summaryrefslogtreecommitdiff
path: root/keyboards/wolf/sabre
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/wolf/sabre')
-rw-r--r--keyboards/wolf/sabre/config.h12
-rw-r--r--keyboards/wolf/sabre/info.json7
-rw-r--r--keyboards/wolf/sabre/rules.mk6
3 files changed, 7 insertions, 18 deletions
diff --git a/keyboards/wolf/sabre/config.h b/keyboards/wolf/sabre/config.h
index ad8461f2b7..6787d262ca 100644
--- a/keyboards/wolf/sabre/config.h
+++ b/keyboards/wolf/sabre/config.h
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 12
-#define MATRIX_COLS 9
/*
* Keyboard Matrix Assignments
@@ -41,11 +36,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
#define BACKLIGHT_PIN B7
-
-#define LED_PIN_ON_STATE 0
-#define LED_CAPS_LOCK_PIN B3
-#define LED_SCROLL_LOCK_PIN B0
diff --git a/keyboards/wolf/sabre/info.json b/keyboards/wolf/sabre/info.json
index 2b8bce97b4..5dd8aba471 100644
--- a/keyboards/wolf/sabre/info.json
+++ b/keyboards/wolf/sabre/info.json
@@ -8,6 +8,13 @@
"pid": "0x0055",
"device_version": "0.0.1"
},
+ "indicators": {
+ "caps_lock": "B3",
+ "scroll_lock": "B0",
+ "on_state": 0
+ },
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/wolf/sabre/rules.mk b/keyboards/wolf/sabre/rules.mk
index 39ad4aa5a0..c53a08ce4a 100644
--- a/keyboards/wolf/sabre/rules.mk
+++ b/keyboards/wolf/sabre/rules.mk
@@ -1,12 +1,6 @@
-# MCU name
-MCU = atmega32u4
-
# Processor frequency
F_CPU = 8000000
-# Bootloader selection
-BOOTLOADER = atmel-dfu
-
# Build Options
# change yes to no to disable
#