1
0
Fork 0

Data-Driven Keyboard Conversions: H, Part 3 (#23530)

This commit is contained in:
James Young 2024-04-16 16:36:21 -07:00 committed by GitHub
parent 7be23a9cb4
commit baa6000ed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 195 additions and 288 deletions

View file

@ -15,5 +15,8 @@
"apa102": {
"data_pin": "A1",
"clock_pin": "A2"
},
"build": {
"lto": true
}
}

View file

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

View file

@ -8,5 +8,8 @@
"ws2812": {
"pin": "GP17",
"driver": "vendor"
},
"features": {
"oled": true
}
}

View file

@ -1 +0,0 @@
OLED_ENABLE = yes