forked from mirrors/qmk_firmware
remove const
This commit is contained in:
parent
c7cddfc539
commit
4b1d0c5859
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
};
|
||||
|
||||
|
||||
const qk_tap_dance_action_t tape_dance_actions[] = {
|
||||
qk_tap_dance_action_t tape_dance_actions[] = {
|
||||
[TD_ESC_CAPS] = ACTION_TAP_DANCE_DOUBLE(KC_ESC, KC_CAPS)
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue