Keymap introspection for combos. (#19670)

This commit is contained in:
Nick Brassel
2023-05-15 22:27:37 +10:00
committed by GitHub
parent 433dc60686
commit 5faa23d54c
226 changed files with 533 additions and 729 deletions

View File

@@ -24,7 +24,6 @@
#define LSPO_KEYS KC_LSFT, KC_TRNS, KC_HOME
#define LCPO_KEYS KC_LCTL, KC_TRNS, KC_END
#define COMBO_COUNT 1
#define TAPPING_TERM 175
#define BACKLIGHT_BREATHING

View File

@@ -38,7 +38,7 @@ enum combo_events {
};
const uint16_t PROGMEM lock_combo[] = {KC_J, KC_K, KC_L, KC_SCLN, COMBO_END};
combo_t key_combos[COMBO_COUNT] = {COMBO(lock_combo, SCR_LCK)};
combo_t key_combos[] = {COMBO(lock_combo, SCR_LCK)};
// Layer shorthand
#define _QW 0