diff options
| author | Mazin Bokhari <mbokhar2@illinois.edu> | 2016-05-26 02:12:57 -0500 |
|---|---|---|
| committer | Mazin Bokhari <mbokhar2@illinois.edu> | 2016-05-26 02:12:57 -0500 |
| commit | 733596d800cbeccf43ede053d3695421cc538b04 (patch) | |
| tree | ac46983503157e3475ffbddc992cd25013521d99 /keyboard | |
| parent | 66f9cdd041eb6a97658f32fe79cf70e250660c50 (diff) | |
| download | qmk_firmware-733596d800cbeccf43ede053d3695421cc538b04.tar.gz qmk_firmware-733596d800cbeccf43ede053d3695421cc538b04.zip | |
Fix formatting
Diffstat (limited to 'keyboard')
| -rw-r--r-- | keyboard/ergodox_ez/keymaps/maz/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/ergodox_ez/keymaps/maz/keymap.c b/keyboard/ergodox_ez/keymaps/maz/keymap.c index 33878d8b7..20df19070 100644 --- a/keyboard/ergodox_ez/keymaps/maz/keymap.c +++ b/keyboard/ergodox_ez/keymaps/maz/keymap.c | |||
| @@ -25,7 +25,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 25 | * ,------|------|------| |------+--------+------. | 25 | * ,------|------|------| |------+--------+------. |
| 26 | * | | | Home | | PgUp | | | | 26 | * | | | Home | | PgUp | | | |
| 27 | * | Space| Bksp |------| |------| Tab |Enter | | 27 | * | Space| Bksp |------| |------| Tab |Enter | |
| 28 | * | ctrl | gui | Alt | | Alt | gui | ctrl | | 28 | * | ctrl | gui | Alt | | Alt | gui | ctrl | |
| 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) ~~~~~~ this might be taken care of.... you can just tap once, then hold, and it does this shit :::))) ... not sure if this is desirable for most use-cases / situations | 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) ~~~~~~ this might be taken care of.... you can just tap once, then hold, and it does this shit :::))) ... not sure if this is desirable for most use-cases / situations |
