mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-08 22:52:28 +00:00
* voyager: fix compilation errors * workflow: fix firmware building to work correctly * Calculate and print stack size on AVR builds * workflow: add oryx keymaps * Fix issues due to tests Proof that they're working!
11 lines
148 B
JSON
11 lines
148 B
JSON
{
|
|
"bootloader": "halfkay",
|
|
"processor": "atmega32u4",
|
|
"ws2812": {
|
|
"pin": "D7"
|
|
},
|
|
"build": {
|
|
"lto": true
|
|
}
|
|
}
|