summaryrefslogtreecommitdiff
path: root/keyboards/tokyokeyboard/alix40/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tokyokeyboard/alix40/config.h')
-rw-r--r--keyboards/tokyokeyboard/alix40/config.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/tokyokeyboard/alix40/config.h b/keyboards/tokyokeyboard/alix40/config.h
index bd92e9ed3d..26736637cb 100644
--- a/keyboards/tokyokeyboard/alix40/config.h
+++ b/keyboards/tokyokeyboard/alix40/config.h
@@ -14,25 +14,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 12
-
-/* number of backlight levels */
-#define BACKLIGHT_PIN B7
-#ifdef BACKLIGHT_PIN
-#define BACKLIGHT_LEVELS 31
-#define BACKLIGHT_BREATHING
-#endif
-
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/* key matrix pins */
#define MATRIX_ROW_PINS { D7, C6, C7, B5 }
#define MATRIX_COL_PINS { F7, F6, F5, F4, F1, F0, D0, D1, D2, D3, D5, D6 }
@@ -61,10 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 10
#endif
-/* For Production */
-#define QMK_ESC_OUTPUT F7 // usually COL
-#define QMK_ESC_INPUT D7 // usually ROW
-
/* Bluetooth */
#define BATTERY_LEVEL_PIN B6