Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-27 | Fix typo in docs. | ||
2017-07-27 | Link to steno docs from summary page. | ||
2017-07-27 | Move steno keycodes due to conflict with another PR. | ||
2017-07-27 | Add copyright to steno files. | ||
2017-07-27 | Add documentation for Steno. | ||
2017-07-27 | Add support for GeminiPR steno protocol. | ||
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. | |||
2017-07-27 | Add TX Bolt protocol support for Stenography | ||
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. | |||
2017-07-24 | adds option for alt pitch standards | ||
2017-07-23 | Fix minor formatting issue. | ||
2017-07-23 | update audio/music documentation | ||
2017-07-23 | adds music mode, music mode songs, music mask | ||
2017-07-23 | update audio documentation | ||
2017-07-23 | remove unneccesary headers | ||
2017-07-23 | use automatic rests with songs (no more rest styles) | ||
2017-07-23 | relocate keymap's useful tools | ||
2017-07-23 | escape song playing in music | ||
2017-07-23 | start updating audio docs | ||
2017-07-23 | clean-up planck and preonic keymaps, move audio stuff around | ||
2017-07-21 | fix line-endings | ||
2017-07-20 | Update keymap.c | ||
2017-07-20 | Add files via upload | ||
2017-07-20 | Add files via upload | ||
2017-07-20 | Delete test | ||
2017-07-20 | Add files via upload | ||
2017-07-20 | Create test | ||
2017-07-20 | Added some user customization | ||
2017-07-20 | Changes to own keymap | ||
2017-07-20 | Add SRC and OPT_DEFS when building tests | ||
2017-07-20 | Fix building of multiple test directories | ||
2017-07-17 | Update _summary.md | ||
2017-07-17 | Rename docs/features/README.md to docs/features.md | ||
2017-07-14 | Merge pull request #1498 from That-Canadian/minidox | ||
Minidox | |||
2017-07-14 | Fixed typo in readme | ||
2017-07-14 | Updated MiniDox readme | ||
2017-07-14 | Merge branch 'master' into minidox | ||
2017-07-14 | Merge remote-tracking branch 'upstream/master' | ||
2017-07-14 | Merge branch 'minidox' of https://github.com/That-Canadian/qmk_firmware into ↵ | ||
minidox | |||
2017-07-14 | Updated i2c and serial files to most recent from the lets split firmware. ↵ | ||
Also updated that_canadian keymap | |||
2017-07-13 | Merge pull request #1491 from fredizzimo/msys2 | ||
Add support for msys2 build environment | |||
2017-07-12 | fix implementation issues from SSD1306 clean up, added rotation (#1494) | ||
* 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 | |||
2017-07-12 | Fix printf error in make output on msys2 | ||
2017-07-11 | Fix bitfield problem when compiling in native mingw | ||
2017-07-11 | clean up ssd1306 implementation | ||
2017-07-11 | update drivers to exclude lets_split include | ||
2017-07-11 | Adds Hadron Keyboard (#1492) | ||
* adding hadron keymaps * fix embedded comment * fixed TWI driver path * Delete glcdfont.c * Delete ssd1306.c * Delete ssd1306.h * Update readme.md | |||
2017-07-11 | Updates maartenwut's keymap (#1489) | ||
* Updated keymap * Added backlight breathing to fix compile error | |||
2017-07-11 | Fix unreferenced errors with mingw compiler and unit tests | ||
2017-07-11 | Add more dependencies, everything can be compiled now | ||
2017-07-11 | Add tools to the path | ||
2017-07-11 | Extract flip | ||