Minor changes

This commit is contained in:
2024-01-22 12:25:50 -08:00
parent 08f3cee0a7
commit 2845481490
6 changed files with 8 additions and 66 deletions

View File

@ -97,6 +97,12 @@ void matrix_scan_user(void) {
}
const uint16_t PROGMEM test_combo2[] = {KC_D, KC_F, COMBO_END};
combo_t key_combos[] = {
COMBO(test_combo2, KC_TAB),
};
// Include all other parts of configuration
#include "layers/layers.c"

View File

@ -1,3 +1,4 @@
# rules.mk overrides
TAP_DANCE_ENABLE = yes
TAP_DANCE_ENABLE = yes
COMBO_ENABLE = yes