fix(keymap): better names for Base and NavNum layers

This commit is contained in:
2025-07-27 14:36:17 +02:00
parent f72650af58
commit e4177dbec4
3 changed files with 45 additions and 39 deletions

View File

@@ -2,25 +2,25 @@ layout: {qmk_keyboard: ferris/0_2/bling, layout_name: LAYOUT_split_3x5_2}
layers:
Base:
- [Q, W, E, R, T, Y, U, I, O, P]
- - {t: A, h: LGUI}
- {t: S, h: LALT}
- {t: D, h: LSFT}
- {t: F, h: LCTL}
- - {t: A, h: Gui}
- {t: S, h: Alt}
- {t: D, h: LShift}
- {t: F, h: Ctrl}
- G
- H
- {t: J, h: LCTL}
- {t: K, h: RSFT}
- {t: L, h: LALT}
- {t: ;, h: LGUI}
- {t: J, h: Ctrl}
- {t: K, h: RShift}
- {t: L, h: Alt}
- {t: ;, h: Gui}
- [Z, X, C, V, B, N, M, ',', ., /]
- - {t: SPC, h: NavNum}
- {t: ENT, h: FunMouse}
- {t: ESC, h: RALT}
- {t: TAB, h: NavNum}
- - {t: Space, h: NavNum}
- {t: Enter, h: FunMouse}
- {t: Esc, h: AltGr}
- {t: Tab, h: NavNum}
NavNum:
- ['/', '7', '8', '9', '`', HOME, PGDN, PGUP, END, PSCR]
- [':', '4', '5', '6', '0', '←', '↓', '↑', '→', BSPC]
- [',', '1', '2', '3', '.', PLAY, VOL DWN, VOL UP, MUTE, DEL]
- ['/', '7', '8', '9', '`', Home, Page Down, Page Up, End, Print Screen]
- [':', '4', '5', '6', '0', '←', '↓', '↑', '→', Back]
- [',', '1', '2', '3', '.', Play, Vol Down, Vol Up, Mute, Del]
- - ''
- ''
- ''