1
0
Fork 0

clean up generate-api errors

This commit is contained in:
Zach White 2020-12-01 16:04:38 -08:00 committed by Zach White
parent b2c26f7cdd
commit 2a67ff690e
37 changed files with 18 additions and 102 deletions

View file

@ -4,6 +4,7 @@
"identifier": "0x1256",
"url": "",
"maintainer": "qmk",
"bootloader": "caterina",
"processor": "atmega32u4",
"width": 16.25,
"height": 5,

View file

@ -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