]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
planck/circuit: Update after the latest tap-dance change
authorGergely Nagy <algernon@madhouse-project.org>
Thu, 18 Aug 2016 11:20:25 +0000 (13:20 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Thu, 18 Aug 2016 11:22:16 +0000 (13:22 +0200)
Fixes #653.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
keyboards/planck/keymaps/circuit/keymap.c

index 5096decb9bdda5afa6e76bd09ede47fb6007d838..63e01f389ae2db9d122ecd7bf6f09c29fb775154 100644 (file)
@@ -43,7 +43,7 @@ enum planck_keycodes {
 
 // Tap Dance Definitions
 #ifdef TAP_DANCE_ENABLE
-const qk_tap_dance_action_t tap_dance_actions[] = {
+qk_tap_dance_action_t tap_dance_actions[] = {
        [0]  = ACTION_TAP_DANCE_DOUBLE(KC_LSFT, KC_CAPS)
 };
 #endif