Add some more function keys (vol up / down, mute, undo, cut, copy, paste).
Move keys and especially TAB more like on a TypeMatrix 2020 keyboard. Add a left SHIFT key.
Merged the function and navigation layers. Give access to it with both thumbs. Now you can up / down / page up / page down with only one hand !
Update prebuilt firmware with code from latest pull.
Add a Travis recipe. (#374)
Stops explorer.exe from being started with admin privilieges (#373)
new line/tab in send_string
adds send_string functionality (string macros)
Submitting ArrowPad, A QMK-based 21/24 key keypad (#372)
* Created arrow pad, a QMK based numpad designed for heavy text editing
* Enabled backlighting, numlock indicator, and forced nkro for arrowpad
* WIP Arrowpad 21
* WIP Arrowpad 21
* Combined Arrow Pad 21 and 24
* Combined Arrow Pad 21 and 24
* Removed 21 folder
Merge pull request #297 from gid0/master
Add an ErgoDox bépo layout.
Merge pull request #367 from waveform80/fix-unselect-rows-prototype
Squash the prototype compiler warning
Merge pull request #368 from waveform80/daves-layout-readme
Added a README and minor tweaks for "dave" KEYMAP
Merge pull request #356 from johgh/master
ergodox_ez: added dvorak_spanish layout
Update to Makefile an ergodox readme (#365)
* Autodetect teensy-loader-cli over teensy_loader_cli.
Some distributions (e.g. Arch Linux, Guix) install teensy_loader_cli
as teensy-loader-cli. Use this one if it is installed.
* Update ergodox_ez/readme.md
- Mention Linux distris providing teensy-loader-cli
- Mention `make teensy ...`
Added a README and minor tweaks
Squash the prototype compiler warning
unselect_rows declared with no parameter list; requires (void) to
prevent compiler warning