]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/planck/keymaps/khord/keymap.c
test td changes
[qmk_firmware.git] / keyboards / planck / keymaps / khord / keymap.c
index 50a5daa57717b0745ed659e8b0e8de1beb4bf4fe..52467641a3eebda2384cf5caefc586cbfac3c2a5 100644 (file)
@@ -178,6 +178,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 
 };
 
+
+const qk_tap_dance_action_t tape_dance_actions[] = {
+  [TD_ESC_CAPS] = ACTION_TAP_DANCE_DOUBLE(KC_ESC, KC_CAPS)
+};
+
 #ifdef AUDIO_ENABLE
 
 float tone_startup[][2]    = SONG(SONIC_RING); //plug in
@@ -321,9 +326,3 @@ void music_scale_user(void)
 }
 
 #endif
-
-// Tap Dance Definitions
-const qk_tap_dance_action_t tape_dance_actions[] = {
-  //Tap once for Esc, twice for Caps Lock
-  [TD_ESC_CAPS]  = ACTION_TAP_DANCE_DOUBLE(KC_ESC, KC_CAPS)
-};