diff options
Diffstat (limited to 'keyboards/ano')
-rw-r--r-- | keyboards/ano/config.h | 8 | ||||
-rw-r--r-- | keyboards/ano/info.json | 2 | ||||
-rw-r--r-- | keyboards/ano/rules.mk | 6 |
3 files changed, 2 insertions, 14 deletions
diff --git a/keyboards/ano/config.h b/keyboards/ano/config.h index 4fe23fb1c8..be3a49fe33 100644 --- a/keyboards/ano/config.h +++ b/keyboards/ano/config.h @@ -16,10 +16,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 6 -#define MATRIX_COLS 18 - #define MATRIX_ROW_PINS { A4, B14, B15, B9, B10, B11 } #define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, A5, A6, A7, A8, A15, A2, A1, A0, B8, B13 } @@ -30,10 +26,6 @@ #define DIODE_DIRECTION COL2ROW -/* define if matrix has ghost */ -//#define MATRIX_HAS_GHOST - - #define TAP_CODE_DELAY 10 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ diff --git a/keyboards/ano/info.json b/keyboards/ano/info.json index d5ac34a1bc..94e1f828cc 100644 --- a/keyboards/ano/info.json +++ b/keyboards/ano/info.json @@ -8,6 +8,8 @@ "pid": "0x0651", "device_version": "0.0.1" }, + "processor": "STM32F303", + "bootloader": "stm32-dfu", "layouts": { "LAYOUT_all": { "layout": [ diff --git a/keyboards/ano/rules.mk b/keyboards/ano/rules.mk index 151f0cd8bc..f0a88209b6 100644 --- a/keyboards/ano/rules.mk +++ b/keyboards/ano/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = STM32F303 - -# Bootloader selection -BOOTLOADER = stm32-dfu - # Build Options # change yes to no to disable # |