summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodone/keymaps/erovia
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18Migrate ACTION_LAYER_TAP_TOGGLEs to TT()fauxpark1-6/+2
2018-09-30Keymap: Add ErgoDone keymap with QWERTY and COLEMAK Mod-DH (#3884)Erovia4-0/+313
* 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.