summaryrefslogtreecommitdiff
path: root/keyboards/monstargear/xo87/solderable
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/monstargear/xo87/solderable')
-rw-r--r--keyboards/monstargear/xo87/solderable/config.h10
-rw-r--r--keyboards/monstargear/xo87/solderable/info.json6
-rw-r--r--keyboards/monstargear/xo87/solderable/rules.mk7
3 files changed, 6 insertions, 17 deletions
diff --git a/keyboards/monstargear/xo87/solderable/config.h b/keyboards/monstargear/xo87/solderable/config.h
index 9c272b0f97..65c76647ab 100644
--- a/keyboards/monstargear/xo87/solderable/config.h
+++ b/keyboards/monstargear/xo87/solderable/config.h
@@ -16,16 +16,9 @@
#pragma once
-#include "config_common.h"
#define brightnessMax 8
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 16
-
-#define BACKLIGHT_PIN F0
-
#define MATRIX_ROW_PINS { E6,E7,E3,B0,B1,A2}
#define MATRIX_COL_PINS { C5,C3,C1,E1,D6,D2,B7,B3,F6,F7,F3,A5,A1,E2,C7,A6 }
@@ -50,8 +43,5 @@
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
-#define DEBOUNCE 5
#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE
-
-#define BACKLIGHT_LEVELS 3
diff --git a/keyboards/monstargear/xo87/solderable/info.json b/keyboards/monstargear/xo87/solderable/info.json
index d07bdfc6be..f3a8ca1657 100644
--- a/keyboards/monstargear/xo87/solderable/info.json
+++ b/keyboards/monstargear/xo87/solderable/info.json
@@ -8,6 +8,12 @@
"pid": "0x5344",
"device_version": "0.0.1"
},
+ "backlight": {
+ "driver": "custom",
+ "pin": "F0"
+ },
+ "processor": "at90usb646",
+ "bootloader": "lufa-dfu",
"layouts": {
"LAYOUT_all": {
"layout": [
diff --git a/keyboards/monstargear/xo87/solderable/rules.mk b/keyboards/monstargear/xo87/solderable/rules.mk
index 3ceb217bf2..d845a512bb 100644
--- a/keyboards/monstargear/xo87/solderable/rules.mk
+++ b/keyboards/monstargear/xo87/solderable/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = at90usb646
-
-# Bootloader selection
-BOOTLOADER = lufa-dfu
-
# Build Options
# change yes to no to disable
#
@@ -16,4 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
-BACKLIGHT_DRIVER = custom