1
0

Migrate build target markers to keyboard.json - E (#23529)

This commit is contained in:
Joel Challis
2024-04-16 02:16:08 +01:00
committed by GitHub
parent 3c9dd36809
commit abe4d9cdca
76 changed files with 7 additions and 5 deletions

View File

@@ -2,5 +2,11 @@
"bootloader": "caterina",
"bluetooth": {
"driver": "bluefruit_le"
},
"build": {
"lto": true
},
"features":{
"bluetooth": true
}
}

View File

@@ -1,6 +1,2 @@
# Processor frequency
F_CPU = 8000000
EXTRAKEY_ENABLE = no
BLUETOOTH_ENABLE = yes
LTO_ENABLE = yes