diff options
author | Zach White <skullydazed@gmail.com> | 2020-12-01 16:04:38 -0800 |
---|---|---|
committer | Zach White <skullydazed@drpepper.org> | 2021-01-07 21:21:12 -0800 |
commit | 2a67ff690ee5b0789b10448eef9fa0724a6c8d60 (patch) | |
tree | bb856695c5be8ca727210b54de989e94088bb12c /keyboards/qwertyydox | |
parent | b2c26f7cdd4b268e80f98cae7f444956559436ec (diff) |
clean up generate-api errors
Diffstat (limited to 'keyboards/qwertyydox')
-rw-r--r-- | keyboards/qwertyydox/info.json | 1 | ||||
-rw-r--r-- | keyboards/qwertyydox/rules.mk | 13 |
2 files changed, 1 insertions, 13 deletions
diff --git a/keyboards/qwertyydox/info.json b/keyboards/qwertyydox/info.json index 8616f274ea..2a7efc199d 100644 --- a/keyboards/qwertyydox/info.json +++ b/keyboards/qwertyydox/info.json @@ -4,6 +4,7 @@ "identifier": "0x1256", "url": "", "maintainer": "qmk", + "bootloader": "caterina", "processor": "atmega32u4", "width": 16.25, "height": 5, diff --git a/keyboards/qwertyydox/rules.mk b/keyboards/qwertyydox/rules.mk index bad5a268af..3e66c233ac 100644 --- a/keyboards/qwertyydox/rules.mk +++ b/keyboards/qwertyydox/rules.mk @@ -1,16 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -# Teensy halfkay -# Pro Micro caterina -# Atmel DFU atmel-dfu -# LUFA DFU lufa-dfu -# QMK DFU qmk-dfu -# ATmega32A bootloadHID -# ATmega328P USBasp -BOOTLOADER = caterina - # Build Options # change to "no" to disable the options, or define them in the Makefile in # the appropriate keymap folder that will get included automatically |