aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/splittest/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/splittest/config.h')
-rw-r--r--keyboards/handwired/splittest/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/splittest/config.h b/keyboards/handwired/splittest/config.h
index a502d1238..56574f752 100644
--- a/keyboards/handwired/splittest/config.h
+++ b/keyboards/handwired/splittest/config.h
@@ -33,12 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33#define MATRIX_ROWS 2 33#define MATRIX_ROWS 2
34#define MATRIX_COLS 1 34#define MATRIX_COLS 1
35 35
36// wiring of each half
37#define MATRIX_ROW_PINS { B3 }
38#define MATRIX_COL_PINS { B6 }
39#define SPLIT_HAND_PIN F6
40#define SOFT_SERIAL_PIN D1
41
42/* define if matrix has ghost */ 36/* define if matrix has ghost */
43//#define MATRIX_HAS_GHOST 37//#define MATRIX_HAS_GHOST
44 38
@@ -51,7 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
51#define LOCKING_RESYNC_ENABLE 45#define LOCKING_RESYNC_ENABLE
52 46
53/* ws2812 RGB LED */ 47/* ws2812 RGB LED */
54#define RGB_DI_PIN D3
55#define RGBLIGHT_ANIMATIONS 48#define RGBLIGHT_ANIMATIONS
56#define RGBLED_NUM 12 49#define RGBLED_NUM 12
57#define RGBLED_SPLIT { 6, 6 } 50#define RGBLED_SPLIT { 6, 6 }