We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babe8ce commit a90098eCopy full SHA for a90098e
1 file changed
kyria/qmk/keymap.c
@@ -122,9 +122,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
122
U_NU, KC_EQL, KC_0, KC_MINS, SNGARR, U_NA, U_NA, U_NA, U_NA, U_NU
123
),
124
[SYM] = LAYOUT_kyria_3x5(
125
- KC_TILD, KC_LCBR, KC_RCBR, KC_AMPR, KC_BSLS, U_NA, U_NA, U_NA, U_NA, QK_RBT,
+ KC_TILD, KC_LCBR, KC_RCBR, KC_DLR, KC_BSLS, U_NA, U_NA, U_NA, U_NA, QK_RBT,
126
KC_COLN, KC_LPRN, KC_RPRN, KC_SCLN, KC_AT, U_NA, KC_LSFT, KC_LCTL, KC_LALT, KC_LGUI,
127
- KC_PERC, KC_LBRC, KC_RBRC, KC_DLR, KC_PIPE, KC_SPC, U_NU, U_NA, U_NA, U_NA, U_NA, U_NA, KC_ALGR, U_NA,
+ KC_PERC, KC_LBRC, KC_RBRC, KC_AMPR, KC_PIPE, KC_SPC, U_NU, U_NA, U_NA, U_NA, U_NA, U_NA, KC_ALGR, U_NA,
128
U_NU, KC_HASH, KC_GRV, KC_UNDS, U_NU, U_NA, U_NA, U_NA, U_NA, U_NU
129
130
[FUN] = LAYOUT_kyria_3x5(
0 commit comments