summaryrefslogtreecommitdiff
path: root/keyboards/xiudi/xd002
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xiudi/xd002')
-rw-r--r--keyboards/xiudi/xd002/config.h4
-rw-r--r--keyboards/xiudi/xd002/keymaps/tap_dance/keymap.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/xiudi/xd002/config.h b/keyboards/xiudi/xd002/config.h
index 46896531a9..fc84c89bf6 100644
--- a/keyboards/xiudi/xd002/config.h
+++ b/keyboards/xiudi/xd002/config.h
@@ -15,7 +15,6 @@
*/
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 1
@@ -28,9 +27,6 @@
*/
#define DIRECT_PINS {{ B0, B1 }}
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
#define RGBLED_NUM 2
#define RGB_DI_PIN B2
diff --git a/keyboards/xiudi/xd002/keymaps/tap_dance/keymap.c b/keyboards/xiudi/xd002/keymaps/tap_dance/keymap.c
index 0f384ce99f..9d337bc8d9 100644
--- a/keyboards/xiudi/xd002/keymaps/tap_dance/keymap.c
+++ b/keyboards/xiudi/xd002/keymaps/tap_dance/keymap.c
@@ -8,7 +8,7 @@ enum {
TD_BC = 0
};
-qk_tap_dance_action_t tap_dance_actions[] = {
+tap_dance_action_t tap_dance_actions[] = {
[TD_BC] = ACTION_TAP_DANCE_DOUBLE(KC_B, KC_C)
};