1
0

Data-Driven Keyboard Conversions: H, Part 1 (#23524)

This commit is contained in:
James Young
2024-04-15 11:19:08 -07:00
committed by GitHub
parent 130a2a31a6
commit 2e01b67ecc
36 changed files with 125 additions and 196 deletions

View File

@@ -18,7 +18,10 @@
"features": {
"bootmagic": true,
"deferred_exec": true,
"nkro": false
"nkro": false,
"pointing_device": true,
"tri_layer": true,
"caps_word": true
},
"community_layouts": ["split_3x5_3"],
"layouts": {

View File

@@ -1,10 +1,6 @@
TRI_LAYER_ENABLE = yes
CAPS_WORD_ENABLE = yes
SRC += matrix.c
SPI_DRIVER_REQUIRED = yes
CUSTOM_MATRIX = lite
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
POINTING_DEVICE_ENABLE = yes