fl16/DEBUG: Disable NKRO and RGB

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer
2023-11-24 16:04:18 +08:00
parent 341fb18199
commit 324b8d7736
4 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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"

View File

@@ -1,2 +1,2 @@
RGB_MATRIX_ENABLE = yes RGB_MATRIX_ENABLE = no
RGB_MATRIX_DRIVER = IS31FL3743A RGB_MATRIX_DRIVER = IS31FL3743A