diff options
| -rw-r--r-- | keyboard/ergodox_ez/keymaps/maz/keymap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/ergodox_ez/keymaps/maz/keymap.c b/keyboard/ergodox_ez/keymaps/maz/keymap.c index 1e6c28de9..c926d32c1 100644 --- a/keyboard/ergodox_ez/keymaps/maz/keymap.c +++ b/keyboard/ergodox_ez/keymaps/maz/keymap.c | |||
| @@ -28,6 +28,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 28 | * | |ace | End | | PgDn | | | | 28 | * | |ace | End | | PgDn | | | |
| 29 | * `--------------------' `----------------------' | 29 | * `--------------------' `----------------------' |
| 30 | */ | 30 | */ |
| 31 | // TODO: somehow map shit so you can hold down a button to override the macro hold down feature (e.g. override control hold so that holding a key and space/bksp/ent/tab will repeat those) | ||
| 31 | // If it accepts an argument (i.e, is a function), it doesn't need KC_. | 32 | // If it accepts an argument (i.e, is a function), it doesn't need KC_. |
| 32 | // Otherwise, it needs KC_* | 33 | // Otherwise, it needs KC_* |
| 33 | [BASE] = KEYMAP( // layer 0 : default | 34 | [BASE] = KEYMAP( // layer 0 : default |
