Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move steno keycodes due to conflict with another PR. | Joe Wasson | 2017-07-27 | 1 | -4/+4 |
| | |||||
* | Add copyright to steno files. | Joe Wasson | 2017-07-27 | 2 | -1/+31 |
| | |||||
* | Add documentation for Steno. | Joe Wasson | 2017-07-27 | 1 | -0/+108 |
| | |||||
* | Add support for GeminiPR steno protocol. | Joe Wasson | 2017-07-27 | 9 | -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 Stenography | Joe Wasson | 2017-07-27 | 14 | -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 standards | Jack Humbert | 2017-07-24 | 2 | -1/+9 |
| | |||||
* | Fix minor formatting issue. | Joe Wasson | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | update audio/music documentation | Jack Humbert | 2017-07-23 | 1 | -0/+15 |
| | |||||
* | adds music mode, music mode songs, music mask | Jack Humbert | 2017-07-23 | 10 | -77/+164 |
| | |||||
* | update audio documentation | Jack Humbert | 2017-07-23 | 1 | -36/+23 |
| | |||||
* | remove unneccesary headers | Jack Humbert | 2017-07-23 | 4 | -16/+19 |
| | |||||
* | use automatic rests with songs (no more rest styles) | Jack Humbert | 2017-07-23 | 3 | -24/+30 |
| | |||||
* | relocate keymap's useful tools | Jack Humbert | 2017-07-23 | 1 | -3/+0 |
| | |||||
* | escape song playing in music | Jack Humbert | 2017-07-23 | 1 | -9/+15 |
| | |||||
* | start updating audio docs | Jack Humbert | 2017-07-23 | 2 | -5/+3 |
| | |||||
* | clean-up planck and preonic keymaps, move audio stuff around | Jack Humbert | 2017-07-23 | 12 | -165/+184 |
| | |||||
* | fix line-endings | Jack Humbert | 2017-07-21 | 3 | -259/+259 |
| | |||||
* | Update keymap.c | rootuseralpha | 2017-07-20 | 1 | -2/+2 |
| | |||||
* | Add files via upload | rootuseralpha | 2017-07-20 | 1 | -3/+2 |
| | |||||
* | Add files via upload | rootuseralpha | 2017-07-20 | 2 | -10/+13 |
| | |||||
* | Delete test | rootuseralpha | 2017-07-20 | 1 | -1/+0 |
| | |||||
* | Add files via upload | rootuseralpha | 2017-07-20 | 4 | -0/+280 |
| | |||||
* | Create test | rootuseralpha | 2017-07-20 | 1 | -0/+1 |
| | |||||
* | Added some user customization | Maarten Dekkers | 2017-07-20 | 1 | -0/+1 |
| | |||||
* | Changes to own keymap | Maarten Dekkers | 2017-07-20 | 1 | -37/+15 |
| | |||||
* | Add SRC and OPT_DEFS when building tests | Fred Sundvik | 2017-07-20 | 1 | -1/+2 |
| | |||||
* | Fix building of multiple test directories | Fred Sundvik | 2017-07-20 | 1 | -1/+1 |
| | |||||
* | Update _summary.md | Jack Humbert | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | Rename docs/features/README.md to docs/features.md | Jack Humbert | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1498 from That-Canadian/minidox | Jack Humbert | 2017-07-14 | 8 | -8/+96 |
|\ | | | | | Minidox | ||||
| * | Fixed typo in readme | That-Canadian | 2017-07-14 | 1 | -1/+1 |
| | | |||||
| * | Updated MiniDox readme | That-Canadian | 2017-07-14 | 1 | -2/+62 |
| | | |||||
| * | Merge branch 'master' into minidox | That-Canadian | 2017-07-14 | 46 | -266/+2224 |
| |\ | |||||
| | * | Merge remote-tracking branch 'upstream/master' | That-Canadian | 2017-07-14 | 46 | -266/+2224 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #1491 from fredizzimo/msys2 | Jack Humbert | 2017-07-13 | 12 | -85/+247 |
|\ \ \ | | | | | | | | | Add support for msys2 build environment | ||||
| * | | | Fix printf error in make output on msys2 | Fred Sundvik | 2017-07-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix bitfield problem when compiling in native mingw | Fred Sundvik | 2017-07-11 | 1 | -0/+5 |
| | | | | |||||
| * | | | Fix unreferenced errors with mingw compiler and unit tests | Fred Sundvik | 2017-07-11 | 5 | -5/+10 |
| | | | | |||||
| * | | | Add more dependencies, everything can be compiled now | Fred Sundvik | 2017-07-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add tools to the path | Fred Sundvik | 2017-07-11 | 2 | -1/+39 |
| | | | | |||||
| * | | | Extract flip | Fred Sundvik | 2017-07-11 | 3 | -15/+27 |
| | | | | |||||
| * | | | Install arm toolchain | Fred Sundvik | 2017-07-11 | 1 | -3/+32 |
| | | | | |||||
| * | | | Download and extract avr tools | Fred Sundvik | 2017-07-11 | 1 | -2/+40 |
| | | | | |||||
| * | | | Fix overlong lines, and a few spelling errors | Fred Sundvik | 2017-07-11 | 2 | -11/+18 |
| | | | | |||||
| * | | | Use home directory for download on msys2 | Fred Sundvik | 2017-07-11 | 3 | -15/+15 |
| | | | | |||||
| * | | | Install unzip | Fred Sundvik | 2017-07-10 | 1 | -0/+4 |
| | | | | |||||
| * | | | Add symlinks only on WSL | Fred Sundvik | 2017-07-10 | 3 | -45/+52 |
| | | | | |||||
| * | | | Fix launch of qmk_driver_installer on msys2 | Fred Sundvik | 2017-07-10 | 1 | -1/+2 |
| | | | | |||||
| * | | | Initial structure for shared msys2 and wsl installation | Fred Sundvik | 2017-07-10 | 4 | -128/+144 |
| | | | | |||||
* | | | | fix implementation issues from SSD1306 clean up, added rotation (#1494) | ishtob | 2017-07-12 | 8 | -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 |