Deprecate CAPS_WORD/CAPSWRD for CW_TOGG (#18834)

This commit is contained in:
Ryan
2022-10-25 03:30:37 +11:00
committed by GitHub
parent 6bbe8b6edd
commit a80b886751
19 changed files with 31 additions and 34 deletions

View File

@@ -37,7 +37,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// ├─────────────────────────────────────────────┤ ├─────────────────────────────────────────────┤
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH,
// ╰─────────────────────────────────────────────┤ ├─────────────────────────────────────────────╯
NAV, CAPSWRD, KC_SPC, SYM
NAV, CW_TOGG, KC_SPC, SYM
// ╰──────────────────╯ ╰──────────────────╯
),