Minor changes
This commit is contained in:
@ -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"
|
||||
|
@ -1,3 +1,4 @@
|
||||
# rules.mk overrides
|
||||
|
||||
TAP_DANCE_ENABLE = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
COMBO_ENABLE = yes
|
Reference in New Issue
Block a user