diff options
| author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-09-03 17:42:05 +0200 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-09-03 08:42:05 -0700 |
| commit | d633cf3ccbf1aed229ef92bdc2f2a1f4f67dd0ad (patch) | |
| tree | 469db5ce07f2ee43f5c06b2b19d146e687213ee3 /keyboards/whitefox | |
| parent | 55bae0a5b48a004288013f2fa7cbfd49dfb16273 (diff) | |
| download | qmk_firmware-d633cf3ccbf1aed229ef92bdc2f2a1f4f67dd0ad.tar.gz qmk_firmware-d633cf3ccbf1aed229ef92bdc2f2a1f4f67dd0ad.zip | |
[Keymap] Update personal userspace and keymaps (#6654)
* Enable Fn layer tap dances only if LAYER_FN is defined
* Update KBD6X keymap spacing to match LAYOUT spacing
* Add regular FNLK to userspace, update keymap comment labels
* Rename KC_BRK → BREAK, KC_SYSR → SYSRQ in userspace
* Change mousekey positions in KBD6X
* Disable Console in KBD6X to reduce firmware size
* Return false in process_record_* only when overriding existing keys
* Fix Caps light not working after LSFT_FN
* Refactor Fn/Caps light, fix sequencing issues
Diffstat (limited to 'keyboards/whitefox')
| -rw-r--r-- | keyboards/whitefox/keymaps/konstantin/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/whitefox/keymaps/konstantin/keymap.c b/keyboards/whitefox/keymaps/konstantin/keymap.c index 3874bcd18..61dcbebda 100644 --- a/keyboards/whitefox/keymaps/konstantin/keymap.c +++ b/keyboards/whitefox/keymaps/konstantin/keymap.c | |||
| @@ -12,7 +12,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 12 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ | 12 | * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ |
| 13 | * │ LShift │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │RSfRCt│ ↑ │PgD│ | 13 | * │ LShift │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │RSfRCt│ ↑ │PgD│ |
| 14 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ | 14 | * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤ |
| 15 | * │LCtl│LGui│LAlt│ Space │RAlG│FnLk│ │ ← │ ↓ │ → │ | 15 | * │LCtl│LGui│LAlt│ Space │RAlG│FnFL│ │ ← │ ↓ │ → │ |
| 16 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ | 16 | * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘ |
| 17 | */ | 17 | */ |
| 18 | [L_BASE] = LAYOUT_truefox( | 18 | [L_BASE] = LAYOUT_truefox( |
