fl16/DEBUG: Disable NKRO and RGB
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"console": true,
|
"console": true,
|
||||||
"command": false,
|
"command": false,
|
||||||
"nkro": true,
|
"nkro": false,
|
||||||
"audio": false
|
"audio": false
|
||||||
},
|
},
|
||||||
"debounce": 5,
|
"debounce": 5,
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"device_version": "0.2.7",
|
"device_version": "0.2.7",
|
||||||
"pid": "0x0012",
|
"pid": "0x0012",
|
||||||
"vid": "0x32AC",
|
"vid": "0x32AC",
|
||||||
"force_nkro": true
|
"force_nkro": false
|
||||||
},
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"pin": "GP25"
|
"pin": "GP25"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Debugging (enabled in info.json)
|
# Debugging (enabled in info.json)
|
||||||
#CONSOLE_ENABLE = yes
|
#CONSOLE_ENABLE = yes
|
||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = no
|
||||||
RGB_MATRIX_DRIVER = IS31FL3743A
|
RGB_MATRIX_DRIVER = IS31FL3743A
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"console": true,
|
"console": true,
|
||||||
"command": false,
|
"command": false,
|
||||||
"nkro": true,
|
"nkro": false,
|
||||||
"audio": false
|
"audio": false
|
||||||
},
|
},
|
||||||
"debounce": 5,
|
"debounce": 5,
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"device_version": "0.2.7",
|
"device_version": "0.2.7",
|
||||||
"pid": "0x0013",
|
"pid": "0x0013",
|
||||||
"vid": "0x32AC",
|
"vid": "0x32AC",
|
||||||
"force_nkro": true
|
"force_nkro": false
|
||||||
},
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"pin": "GP25"
|
"pin": "GP25"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = no
|
||||||
RGB_MATRIX_DRIVER = IS31FL3743A
|
RGB_MATRIX_DRIVER = IS31FL3743A
|
||||||
|
|||||||
Reference in New Issue
Block a user