]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keymap: Add ErgoDone keymap with QWERTY and COLEMAK Mod-DH (#3884)
authorErovia <Erovia@users.noreply.github.com>
Sun, 30 Sep 2018 18:14:06 +0000 (20:14 +0200)
committerDrashna Jaelre <drashna@live.com>
Sun, 30 Sep 2018 18:14:06 +0000 (11:14 -0700)
commita7d46f1b0f4d18699a38898ff68114204d4c087d
treee1c1e03f0c652a88587499576de76b69bf8821c9
parent66ef1e3d6770e388d631d25e4cd1c6b1640cea24
Keymap: Add ErgoDone keymap with QWERTY and COLEMAK Mod-DH (#3884)

* Custom keymap for the ErgoDone

The keymap supports QWERTY and COLEMAK MOD-DH with LED indication.

* Enable Space Cadet Shift

* Fix after-boot layer indicator LED

* Implement keyboard suspend, move layer LED handling to function, unify
identation

* Add readme.md with layout

* Optimize LED handling, add include guard

Read the default layer via the proper EEPROM function, so the calling of
bootmagic() is no longer necessary.
Fix bug when the CapsLock LED wasn't working anymore after a layer
switch.
keyboards/ergodone/keymaps/erovia/config.h [new file with mode: 0644]
keyboards/ergodone/keymaps/erovia/keymap.c [new file with mode: 0644]
keyboards/ergodone/keymaps/erovia/readme.md [new file with mode: 0644]
keyboards/ergodone/keymaps/erovia/rules.mk [new file with mode: 0644]