remove const

This commit is contained in:
Dylan Khor 2017-03-16 17:36:31 +00:00
parent c7cddfc539
commit 4b1d0c5859
1 changed files with 1 additions and 1 deletions

View File

@ -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)
};