diff options
Diffstat (limited to 'keyboards/centromere')
-rw-r--r-- | keyboards/centromere/config.h | 7 | ||||
-rw-r--r-- | keyboards/centromere/info.json | 3 | ||||
-rw-r--r-- | keyboards/centromere/rules.mk | 8 |
3 files changed, 3 insertions, 15 deletions
diff --git a/keyboards/centromere/config.h b/keyboards/centromere/config.h index 1310866fbb..a8709ee7de 100644 --- a/keyboards/centromere/config.h +++ b/keyboards/centromere/config.h @@ -17,18 +17,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 10 -/* define if matrix has ghost */ -//#define MATRIX_HAS_GHOST - -/* number of backlight levels */ -//#define BACKLIGHT_LEVELS 3 - #define ONESHOT_TIMEOUT 500 /* diff --git a/keyboards/centromere/info.json b/keyboards/centromere/info.json index d5de3624fd..cd1c07c67c 100644 --- a/keyboards/centromere/info.json +++ b/keyboards/centromere/info.json @@ -8,6 +8,9 @@ "pid": "0x6060", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "caterina", + "community_layouts": ["split_3x5_3" "split_3x6_3"], "layouts": { "LAYOUT_split_3x6_3": { "layout": [ diff --git a/keyboards/centromere/rules.mk b/keyboards/centromere/rules.mk index 113e1e6aff..2171d801e5 100644 --- a/keyboards/centromere/rules.mk +++ b/keyboards/centromere/rules.mk @@ -1,12 +1,6 @@ -# MCU name -MCU = atmega32u4 - # Processor frequency F_CPU = 8000000 -# Bootloader selection -BOOTLOADER = caterina - # Build Options # change yes to no to disable # @@ -25,5 +19,3 @@ CUSTOM_MATRIX = lite # project specific files SRC += matrix.c QUANTUM_LIB_SRC += uart.c - -LAYOUTS = split_3x5_3 split_3x6_3 |