Migrate build target markers to keyboard.json - Misc (#23612)

This commit is contained in:
Joel Challis
2024-04-25 18:37:44 +01:00
committed by GitHub
parent 3d83b3e7c5
commit e9b8929357
45 changed files with 141 additions and 212 deletions

View File

@@ -80,13 +80,15 @@
]
},
"features": {
"backlight": true,
"bootmagic": true,
"console": false,
"encoder": true,
"backlight": true,
"extrakey": true,
"rgb_matrix": true,
"nkro": false
"nkro": false,
"pointing_device": true,
"quantum_painter": true,
"rgb_matrix": true
},
"backlight": {
"pin": "GP14"

View File

@@ -1,9 +1,7 @@
SERIAL_DRIVER = vendor
POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
QUANTUM_PAINTER_ENABLE = yes
QUANTUM_PAINTER_DRIVERS += st7789_spi
QUANTUM_PAINTER_LVGL_INTEGRATION = yes