Data-Driven Keyboard Conversions: H, Part 3 (#23530)
This commit is contained in:
parent
7be23a9cb4
commit
baa6000ed3
58 changed files with 195 additions and 288 deletions
|
@ -15,5 +15,8 @@
|
|||
"apa102": {
|
||||
"data_pin": "A1",
|
||||
"clock_pin": "A2"
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,9 +7,6 @@ BOOTLOADER_TYPE = stm32duino
|
|||
DFU_ARGS = -d 1EAF:0003 -a 2 -R
|
||||
DFU_SUFFIX_ARGS = -v 1EAF -p 0003
|
||||
|
||||
# LTO is required to fit the firmware into the available 24K of flash
|
||||
LTO_ENABLE = yes
|
||||
|
||||
# EEPROM emulation not supported yet (need to implement a proper firmware size
|
||||
# check first, otherwise the chance of the EEPROM backing store overwriting
|
||||
# some part of the firmware code is really high).
|
||||
|
|
|
@ -8,5 +8,8 @@
|
|||
"ws2812": {
|
||||
"pin": "GP17",
|
||||
"driver": "vendor"
|
||||
},
|
||||
"features": {
|
||||
"oled": true
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
OLED_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue