Update KemoNine keymap to fix a source bug and update firmware image

This commit is contained in:
KemoNine 2020-09-29 17:56:50 -04:00
parent c7aac62d07
commit 8bb3a9f82c
3 changed files with 2 additions and 2 deletions

View File

@ -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] = {

View File

@ -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] = {