aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2024-06-05 12:13:18 +0200
committerMichael Grote2024-08-05 14:44:37 +0200
commit9dca72addad189ee3753ab1d46ee1051f09969bb (patch)
treefeb0fe91b748c54ca20c1ee1743d7f970c1bacee
parent8bd9f17f77462bdf8c0163793062928410e41f76 (diff)
skeletyl, sweep: fix keepass combo typo
-rw-r--r--keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c2
-rw-r--r--keyboards/ferris/keymaps/quotengrote/keymap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
index 9fc49536e6..a9a849fc13 100644
--- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
+++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c
@@ -76,7 +76,7 @@ enum combos {
};
const uint16_t PROGMEM ka_combo[] = {KC_R, LSFT_T(KC_T), COMBO_END};
-const uint16_t PROGMEM kk_combo[] = {LSFT_T(KC_N), KC_I), COMBO_END};
+const uint16_t PROGMEM kk_combo[] = {LSFT_T(KC_N), KC_I, COMBO_END};
const uint16_t PROGMEM esc_combo[] = {LCTL_T(KC_S), LSFT_T(KC_T), COMBO_END};
const uint16_t PROGMEM med_combo[] = {LT(3, KC_DEL), MO(3), COMBO_END};
const uint16_t PROGMEM dia_combo[] = {LT(2, KC_ENT), LT(1, KC_SPC), COMBO_END};
diff --git a/keyboards/ferris/keymaps/quotengrote/keymap.c b/keyboards/ferris/keymaps/quotengrote/keymap.c
index b624172264..02a61cf929 100644
--- a/keyboards/ferris/keymaps/quotengrote/keymap.c
+++ b/keyboards/ferris/keymaps/quotengrote/keymap.c
@@ -13,7 +13,7 @@ enum combos {
};
const uint16_t PROGMEM ka_combo[] = {KC_R, LSFT_T(KC_T), COMBO_END};
-const uint16_t PROGMEM kk_combo[] = {LSFT_T(KC_N), KC_I), COMBO_END};
+const uint16_t PROGMEM kk_combo[] = {LSFT_T(KC_N), KC_I, COMBO_END};
const uint16_t PROGMEM esc_combo[] = {LCTL_T(KC_S), LSFT_T(KC_T), COMBO_END};
const uint16_t PROGMEM med_combo[] = {LT(3, KC_DEL), MO(3), COMBO_END};
const uint16_t PROGMEM dia_combo[] = {LT(2, KC_ENT), LT(1, KC_SPC), COMBO_END};