Migrate build target markers to keyboard.json - P (#23565)

This commit is contained in:
Joel Challis 2024-04-22 02:06:41 +01:00 committed by GitHub
parent 191f626880
commit 40d0512794
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 276 additions and 558 deletions

View file

@ -4,13 +4,18 @@
"maintainer": "Anjheos",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"build": {
"lto": true
},
"features": {
"audio": true,
"bootmagic": true,
"command": false,
"console": false,
"encoder": true,
"extrakey": true,
"mousekey": false,
"nkro": true
"nkro": true,
"oled": true,
"rgblight": true
},
"encoder": {
"rotary": [

View file

@ -1,5 +0,0 @@
OLED_ENABLE = yes
AUDIO_ENABLE = yes
LTO_ENABLE = yes
RGBLIGHT_ENABLE = yes
ENCODER_ENABLE = yes