summaryrefslogtreecommitdiff
path: root/keyboards/h0oni/hotduck/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/h0oni/hotduck/config.h')
-rw-r--r--keyboards/h0oni/hotduck/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/h0oni/hotduck/config.h b/keyboards/h0oni/hotduck/config.h
index 14eb2704e9..b7c2287300 100644
--- a/keyboards/h0oni/hotduck/config.h
+++ b/keyboards/h0oni/hotduck/config.h
@@ -16,11 +16,6 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 7
-#define MATRIX_COLS 10
/*
* Keyboard Matrix Assignments
@@ -35,20 +30,9 @@
#define MATRIX_ROW_PINS { B6, B2, B3, B1, F7, F6, F5 }
#define MATRIX_COL_PINS { B5, B4, E6, D7, C6, D4, D0, D1, D2, D3}
-// #define LED_CAPS_LOCK_PIN B2
-// #define LED_PIN_ON_STATE 0
-
-// /* Backlight Setup */
-// #define BACKLIGHT_PIN B5
-// #define BACKLIGHT_LEVELS 6
-// //#define BACKLIGHT_BREATHING
-
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/* RGB Underglow
* F4 PIN for pre-soldered WS2812 LEDs
*/