diff options
Diffstat (limited to 'keyboards/neito')
-rw-r--r-- | keyboards/neito/config.h | 1 | ||||
-rw-r--r-- | keyboards/neito/info.json | 2 | ||||
-rw-r--r-- | keyboards/neito/rules.mk | 6 |
3 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/neito/config.h b/keyboards/neito/config.h index 7e61de81c8..8c0f83f245 100644 --- a/keyboards/neito/config.h +++ b/keyboards/neito/config.h @@ -14,7 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" #define MATRIX_ROWS 10 #define MATRIX_COLS 8 diff --git a/keyboards/neito/info.json b/keyboards/neito/info.json index 884a97b136..a62445996d 100644 --- a/keyboards/neito/info.json +++ b/keyboards/neito/info.json @@ -8,6 +8,8 @@ "pid": "0xB44C", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/neito/rules.mk b/keyboards/neito/rules.mk index 6e98d9d811..a36b9d8dca 100644 --- a/keyboards/neito/rules.mk +++ b/keyboards/neito/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # |