diff --git a/keymap.yml b/keymap.yml new file mode 100644 index 00000000..e69de29b diff --git a/users/t4corun/features/combo.c b/users/t4corun/features/combo.c index 46f73cbf..fdacd707 100644 --- a/users/t4corun/features/combo.c +++ b/users/t4corun/features/combo.c @@ -31,9 +31,6 @@ bool get_combo_must_tap(uint16_t index, combo_t *combo) { case KEY_DEL: case KEY_BSPC: case KEY_BWRD: - - case LYR_CONFIG: - case LYR_FUNCTION: return true; default: diff --git a/users/t4corun/features/combo.h b/users/t4corun/features/combo.h index d2040343..78c7668e 100644 --- a/users/t4corun/features/combo.h +++ b/users/t4corun/features/combo.h @@ -76,4 +76,4 @@ combo_t key_combos[COMBO_LENGTH] = { }; //their documentation is so confusing because you don't use COMBO_LEN defining the actions -uint16_t COMBO_LEN = COMBO_LENGTH; \ No newline at end of file +uint16_t COMBO_LEN = COMBO_LENGTH;d \ No newline at end of file