aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright to steno files.Joe Wasson2017-07-272-1/+31
|
* Add documentation for Steno.Joe Wasson2017-07-271-0/+108
|
* Add support for GeminiPR steno protocol.Joe Wasson2017-07-279-28/+121
| | | | This protocol breaks out "duplicate" keys into their own entry in the packet so that more complicated logic can be done on the software side, including support for additional languages and alternative theories.
* Add TX Bolt protocol support for StenographyJoe Wasson2017-07-2714-22/+506
| | | | Requires virtser; Allows QMK to speak the TX BOlt protocol used by stenography machines and software (such as Plover). The upside is that Plover can be configured to listen only to TX Bolt allow the keyboard to switch layers without need to enable/disable the Plover software, or to have a second non-Steno keyboard work concurrently.
* adds option for alt pitch standardsJack Humbert2017-07-242-1/+9
|
* Fix minor formatting issue.Joe Wasson2017-07-231-1/+1
|
* update audio/music documentationJack Humbert2017-07-231-0/+15
|
* adds music mode, music mode songs, music maskJack Humbert2017-07-2310-77/+164
|
* update audio documentationJack Humbert2017-07-231-36/+23
|
* remove unneccesary headersJack Humbert2017-07-234-16/+19
|
* use automatic rests with songs (no more rest styles)Jack Humbert2017-07-233-24/+30
|
* relocate keymap's useful toolsJack Humbert2017-07-231-3/+0
|
* escape song playing in musicJack Humbert2017-07-231-9/+15
|
* start updating audio docsJack Humbert2017-07-232-5/+3
|
* clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert2017-07-2312-165/+184
|
* fix line-endingsJack Humbert2017-07-213-259/+259
|
* Update keymap.crootuseralpha2017-07-201-2/+2
|
* Add files via uploadrootuseralpha2017-07-201-3/+2
|
* Add files via uploadrootuseralpha2017-07-202-10/+13
|
* Delete testrootuseralpha2017-07-201-1/+0
|
* Add files via uploadrootuseralpha2017-07-204-0/+280
|
* Create testrootuseralpha2017-07-201-0/+1
|
* Added some user customizationMaarten Dekkers2017-07-201-0/+1
|
* Changes to own keymapMaarten Dekkers2017-07-201-37/+15
|
* Add SRC and OPT_DEFS when building testsFred Sundvik2017-07-201-1/+2
|
* Fix building of multiple test directoriesFred Sundvik2017-07-201-1/+1
|
* Update _summary.mdJack Humbert2017-07-171-1/+1
|
* Rename docs/features/README.md to docs/features.mdJack Humbert2017-07-171-1/+1
|
* Merge pull request #1498 from That-Canadian/minidoxJack Humbert2017-07-148-8/+96
|\ | | | | Minidox
| * Fixed typo in readmeThat-Canadian2017-07-141-1/+1
| |
| * Updated MiniDox readmeThat-Canadian2017-07-141-2/+62
| |
| * Merge branch 'master' into minidoxThat-Canadian2017-07-1446-266/+2224
| |\
| | * Merge remote-tracking branch 'upstream/master'That-Canadian2017-07-1446-266/+2224
| | |\ | |_|/ |/| |
* | | Merge pull request #1491 from fredizzimo/msys2Jack Humbert2017-07-1312-85/+247
|\ \ \ | | | | | | | | Add support for msys2 build environment
| * | | Fix printf error in make output on msys2Fred Sundvik2017-07-121-2/+2
| | | |
| * | | Fix bitfield problem when compiling in native mingwFred Sundvik2017-07-111-0/+5
| | | |
| * | | Fix unreferenced errors with mingw compiler and unit testsFred Sundvik2017-07-115-5/+10
| | | |
| * | | Add more dependencies, everything can be compiled nowFred Sundvik2017-07-111-1/+1
| | | |
| * | | Add tools to the pathFred Sundvik2017-07-112-1/+39
| | | |
| * | | Extract flipFred Sundvik2017-07-113-15/+27
| | | |
| * | | Install arm toolchainFred Sundvik2017-07-111-3/+32
| | | |
| * | | Download and extract avr toolsFred Sundvik2017-07-111-2/+40
| | | |
| * | | Fix overlong lines, and a few spelling errorsFred Sundvik2017-07-112-11/+18
| | | |
| * | | Use home directory for download on msys2Fred Sundvik2017-07-113-15/+15
| | | |
| * | | Install unzipFred Sundvik2017-07-101-0/+4
| | | |
| * | | Add symlinks only on WSLFred Sundvik2017-07-103-45/+52
| | | |
| * | | Fix launch of qmk_driver_installer on msys2Fred Sundvik2017-07-101-1/+2
| | | |
| * | | Initial structure for shared msys2 and wsl installationFred Sundvik2017-07-104-128/+144
| | | |
* | | | fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob2017-07-128-14/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * moved OLED update task to keymap * fix splitting render display to keymap * Added rotation option for OLED, fixed splitting display render update to keymap * issues with attribute
* | | | clean up ssd1306 implementationJack Humbert2017-07-113-160/+169
| | | |