summaryrefslogtreecommitdiff
path: root/keyboards/handwired/hillside/52/keymaps/default_dot_c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-25 03:30:37 +1100
committerGitHub <noreply@github.com>2022-10-24 17:30:37 +0100
commita80b886751aaddb0e030a14a82cf99b6778145b4 (patch)
tree2b1b25f5f970f40b0836a31f180ac08979cf62ce /keyboards/handwired/hillside/52/keymaps/default_dot_c
parent6bbe8b6eddc56d43f4db07c665bf1791ea2ab871 (diff)
Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)
Diffstat (limited to 'keyboards/handwired/hillside/52/keymaps/default_dot_c')
-rw-r--r--keyboards/handwired/hillside/52/keymaps/default_dot_c/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/hillside/52/keymaps/default_dot_c/keymap.c b/keyboards/handwired/hillside/52/keymaps/default_dot_c/keymap.c
index f0c5b755d5..3033f177e7 100644
--- a/keyboards/handwired/hillside/52/keymaps/default_dot_c/keymap.c
+++ b/keyboards/handwired/hillside/52/keymaps/default_dot_c/keymap.c
@@ -43,7 +43,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
[_SYM] = LAYOUT(
KC_INS, KC_EXLM, KC_AT , KC_HASH, KC_DLR , KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL,
- CAPSWRD, KC_BSLS, KC_MINS, KC_EQL , KC_LBRC, KC_RBRC, KC_VOLU, KC_RSFT, KC_RCTL, KC_LALT, KC_RGUI, _______,
+ CW_TOGG, KC_BSLS, KC_MINS, KC_EQL , KC_LBRC, KC_RBRC, KC_VOLU, KC_RSFT, KC_RCTL, KC_LALT, KC_RGUI, _______,
_______, KC_PIPE, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_MPLY, KC_MUTE, KC_VOLD, KC_0 , KC_1 , KC_2 , xxxxxxx, _______,
xxxxxxx, xxxxxxx, _______, _______, _______, _______, LY_ADJ , _______, _______, _______, _______, KC_RCTL, KC_APP, ALT_GR
),