cleanup clueboard based on latest validation work

This commit is contained in:
Zach White
2020-12-01 12:52:26 -08:00
committed by Zach White
parent ededff8556
commit 0d3aca062e
24 changed files with 88 additions and 177 deletions

View File

@@ -5,6 +5,7 @@
"height": 5,
"width": 4,
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"features": {
"backlight": true,
"bootmagic": false,
@@ -25,11 +26,11 @@
"animations": {
"all": true
},
"brightness_steps": "17",
"hue_steps": "10",
"led_count": "4",
"brightness_steps": 17,
"hue_steps": 10,
"led_count": 4,
"pin": "F6",
"saturation_steps": "17"
"saturation_steps": 17
},
"url": "",
"usb": {

View File

@@ -1,15 +1,2 @@
# 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 = atmel-dfu
# Build Options
BACKLIGHT_DRIVER = custom