cleanup clueboard based on latest validation work
This commit is contained in:
parent
ededff8556
commit
0d3aca062e
24 changed files with 88 additions and 177 deletions
|
@ -4,7 +4,8 @@
|
|||
"maintainer": "skullydazed",
|
||||
"height": 8,
|
||||
"width": 10,
|
||||
"debounce": "20",
|
||||
"debounce": 20,
|
||||
"processor": "atmega32u4",
|
||||
"diode_direction": "ROW2COL",
|
||||
"features": {
|
||||
"audio": true,
|
||||
|
@ -22,15 +23,15 @@
|
|||
"unicode": false
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F1", " F7", " F6"],
|
||||
"rows": ["F0", " F5", " F4", " B4"]
|
||||
"cols": ["F1", "F7", "F6"],
|
||||
"rows": ["F0", "F5", "F4", "B4"]
|
||||
},
|
||||
"rgblight": {
|
||||
"brightness_steps": "17",
|
||||
"hue_steps": "10",
|
||||
"led_count": "4",
|
||||
"brightness_steps": 17,
|
||||
"hue_steps": 10,
|
||||
"led_count": 4,
|
||||
"pin": "E6",
|
||||
"saturation_steps": "17"
|
||||
"saturation_steps": 17
|
||||
},
|
||||
"usb": {
|
||||
"device_ver": "0x0001",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue