mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-14 07:55:28 +00:00
Added a bit more detail to header
This commit is contained in:
parent
a2adff94bb
commit
896c1e6f1e
1 changed files with 27 additions and 24 deletions
|
@ -8,6 +8,10 @@
|
||||||
* have both keyboards, so I've designed these layouts in an effort to make switching between the
|
* have both keyboards, so I've designed these layouts in an effort to make switching between the
|
||||||
* two as easy as possible.
|
* two as easy as possible.
|
||||||
*
|
*
|
||||||
|
* I've also tried to make use of the extra keys on the Ergodox in as logical of a manner as possible,
|
||||||
|
* adding to the layers in the Atreus config without disturbing what's there already. This allows for
|
||||||
|
* things like F11-F20, the Application (Menu) key, and better media key placement.
|
||||||
|
*
|
||||||
* The default key layout in this keymap is Colemak-ModDH. Information on that layout can be found
|
* The default key layout in this keymap is Colemak-ModDH. Information on that layout can be found
|
||||||
* here: https://colemakmods.github.io/mod-dh/
|
* here: https://colemakmods.github.io/mod-dh/
|
||||||
*/
|
*/
|
||||||
|
@ -57,7 +61,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
* | | | _NU | | Down | | |
|
* | | | _NU | | Down | | |
|
||||||
* `--------------------' `--------------------'
|
* `--------------------' `--------------------'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[_CO] = KEYMAP(
|
[_CO] = KEYMAP(
|
||||||
// left hand
|
// left hand
|
||||||
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_ESC,
|
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_ESC,
|
||||||
|
|
Loading…
Reference in a new issue