summaryrefslogtreecommitdiff
path: root/keyboards/nacly/sodium62/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nacly/sodium62/config.h')
-rw-r--r--keyboards/nacly/sodium62/config.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/nacly/sodium62/config.h b/keyboards/nacly/sodium62/config.h
index 88f5c349c0..5e24b062cf 100644
--- a/keyboards/nacly/sodium62/config.h
+++ b/keyboards/nacly/sodium62/config.h
@@ -16,12 +16,6 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-// Rows are doubled-up
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 7
// wiring of each half
#define MATRIX_ROW_PINS { F7, D4, D7, B4, B6 }
@@ -31,25 +25,12 @@
#define SPLIT_HAND_PIN F4
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
-/* serial.c configuration for split keyboard */
-#define SOFT_SERIAL_PIN D3
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
#define OLED_BRIGHTNESS 128
-/* ws2812 RGB LED */
-//#define RGB_DI_PIN B1
-/*
-#define RGBLED_NUM 12 // Number of LEDs
-
-#define RGBLED_SPLIT { 6, 6 }
-*/
/*
* Feature disable options
* These options are also useful to firmware size reduction.