summaryrefslogtreecommitdiff
path: root/keyboards/dz60/keymaps/macos_arrow
AgeCommit message (Collapse)Author
2018-09-17Keymap: dz60/macos_arrow: fix rev3 broken media layer (#3928)Olivier Poitrey
Last rev broke the media layer because of a typo in layer definition. Switched to an enum to avoid similar future typos.
2018-09-15Keymap: dz60/macos_arrow: rev3 (#3909)Olivier Poitrey
* Arrow keys are now arranged on hjkl (vi style) * The escape key is moved on capslock, shared with func layer switch * The grave key is now dedicated (not shared with escape) * Add a new numpad layer that can be activated with the spacebar * Fix layout mismatch between layers * Use bult-in underscore KC_TRNS alias
2018-08-04Keymap: dz60 macos arrow rev2 (#3561)Olivier Poitrey
* dz60/macos_arrow: move the eject key on esc to leave right cmd+bksp for move to trash * dz60/macos_arrow: move the reset key on the media layer This avoids accidental activation. * dz60/macos_arrow: disable LEDs
2018-07-03Add dz60_macos_arrow keymap (#3296)Olivier Poitrey