diff options
| author | Mazin Bokhari <mbokhar2@illinois.edu> | 2016-05-25 00:51:16 -0500 |
|---|---|---|
| committer | Mazin Bokhari <mbokhar2@illinois.edu> | 2016-05-25 00:51:16 -0500 |
| commit | fbbfb3cbad165a2d800befc3bbbebef4f8ff200d (patch) | |
| tree | 6edcd884fc92e8001f995af845d75a3331785cc0 /keyboard | |
| parent | 514a7038b1aa984014bad89c2a44f2a8cf9c15b4 (diff) | |
| download | qmk_firmware-fbbfb3cbad165a2d800befc3bbbebef4f8ff200d.tar.gz qmk_firmware-fbbfb3cbad165a2d800befc3bbbebef4f8ff200d.zip | |
Add todo: override holding macro functionlity
Diffstat (limited to 'keyboard')
| -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 |
