summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-27Add documentation for Steno.Joe Wasson1-0/+108
2017-07-27Add support for GeminiPR steno protocol.Joe Wasson9-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.
2017-07-27Add TX Bolt protocol support for StenographyJoe Wasson14-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.
2017-07-24adds option for alt pitch standardsJack Humbert2-1/+9
2017-07-23Fix minor formatting issue.Joe Wasson1-1/+1
2017-07-23update audio/music documentationJack Humbert1-0/+15
2017-07-23adds music mode, music mode songs, music maskJack Humbert10-77/+164
2017-07-23update audio documentationJack Humbert1-36/+23
2017-07-23remove unneccesary headersJack Humbert4-16/+19
2017-07-23use automatic rests with songs (no more rest styles)Jack Humbert3-24/+30
2017-07-23relocate keymap's useful toolsJack Humbert1-3/+0
2017-07-23escape song playing in musicJack Humbert1-9/+15
2017-07-23start updating audio docsJack Humbert2-5/+3
2017-07-23clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert12-165/+184
2017-07-22fix line-endingsJack Humbert3-259/+259
2017-07-21Update keymap.crootuseralpha1-2/+2
2017-07-21Add files via uploadrootuseralpha1-3/+2
2017-07-21Add files via uploadrootuseralpha2-10/+13
2017-07-21Delete testrootuseralpha1-1/+0
2017-07-21Add files via uploadrootuseralpha4-0/+280
2017-07-21Create testrootuseralpha1-0/+1
2017-07-20Added some user customizationMaarten Dekkers1-0/+1
2017-07-20Changes to own keymapMaarten Dekkers1-37/+15
2017-07-20Add SRC and OPT_DEFS when building testsFred Sundvik1-1/+2
2017-07-20Fix building of multiple test directoriesFred Sundvik1-1/+1
2017-07-17Update _summary.mdJack Humbert1-1/+1
2017-07-17Rename docs/features/README.md to docs/features.mdJack Humbert1-1/+1
2017-07-15Merge pull request #1498 from That-Canadian/minidoxJack Humbert8-8/+96
Minidox
2017-07-15Fixed typo in readmeThat-Canadian1-1/+1
2017-07-15Updated MiniDox readmeThat-Canadian1-2/+62
2017-07-15Merge branch 'master' into minidoxThat-Canadian46-266/+2224
2017-07-15Merge remote-tracking branch 'upstream/master'That-Canadian46-266/+2224
2017-07-15Merge branch 'minidox' of https://github.com/That-Canadian/qmk_firmware into ↵That-Canadian1-0/+4
minidox
2017-07-15Updated i2c and serial files to most recent from the lets split firmware. ↵That-Canadian7-7/+31
Also updated that_canadian keymap
2017-07-13Merge pull request #1491 from fredizzimo/msys2Jack Humbert12-85/+247
Add support for msys2 build environment
2017-07-12fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob8-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
2017-07-12Fix printf error in make output on msys2Fred Sundvik1-2/+2
2017-07-11Fix bitfield problem when compiling in native mingwFred Sundvik1-0/+5
2017-07-11clean up ssd1306 implementationJack Humbert3-160/+169
2017-07-11update drivers to exclude lets_split includeJack Humbert1-1/+0
2017-07-11Adds Hadron Keyboard (#1492)ishtob28-0/+1543
* adding hadron keymaps * fix embedded comment * fixed TWI driver path * Delete glcdfont.c * Delete ssd1306.c * Delete ssd1306.h * Update readme.md
2017-07-11Updates maartenwut's keymap (#1489)Maarten Dekkers2-14/+70
* Updated keymap * Added backlight breathing to fix compile error
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik5-5/+10
2017-07-11Add more dependencies, everything can be compiled nowFred Sundvik1-1/+1
2017-07-11Add tools to the pathFred Sundvik2-1/+39
2017-07-11Extract flipFred Sundvik3-15/+27
2017-07-11Install arm toolchainFred Sundvik1-3/+32
2017-07-11Download and extract avr toolsFred Sundvik1-2/+40
2017-07-11Fix overlong lines, and a few spelling errorsFred Sundvik2-11/+18
2017-07-11Use home directory for download on msys2Fred Sundvik3-15/+15