Update KemoNine keymap to fix a source bug and update firmware image
This commit is contained in:
parent
c7aac62d07
commit
8bb3a9f82c
|
@ -50,7 +50,7 @@ enum td_keycodes {
|
|||
};
|
||||
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
[ALT_LAYER] = ACTION_TAP_DANCE_FN_ADVANCED(NULL, al_finished, al_reset)
|
||||
[LAYERS] = ACTION_TAP_DANCE_FN_ADVANCED(NULL, al_finished, al_reset)
|
||||
};
|
||||
|
||||
const uint8_t PROGMEM layercolors[][2] = {
|
||||
|
|
Binary file not shown.
|
@ -50,7 +50,7 @@ enum td_keycodes {
|
|||
};
|
||||
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
[ALT_LAYER] = ACTION_TAP_DANCE_FN_ADVANCED(NULL, al_finished, al_reset)
|
||||
[LAYERS] = ACTION_TAP_DANCE_FN_ADVANCED(NULL, al_finished, al_reset)
|
||||
};
|
||||
|
||||
const uint8_t PROGMEM layercolors[][2] = {
|
||||
|
|
Loading…
Reference in a new issue