lotus: Disable mouse mode

It's not a mouse

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer
2023-01-19 17:24:19 +08:00
parent e721465ce2
commit 68b622cf8a
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"bootloader": "rp2040", "bootloader": "rp2040",
"features": { "features": {
"bootmagic": false, "bootmagic": false,
"mousekey": true, "mousekey": false,
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,

View File

@@ -5,7 +5,7 @@
"bootloader": "rp2040", "bootloader": "rp2040",
"features": { "features": {
"bootmagic": false, "bootmagic": false,
"mousekey": true, "mousekey": false,
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,

View File

@@ -5,7 +5,7 @@
"bootloader": "rp2040", "bootloader": "rp2040",
"features": { "features": {
"bootmagic": false, "bootmagic": false,
"mousekey": true, "mousekey": false,
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,

View File

@@ -5,7 +5,7 @@
"bootloader": "rp2040", "bootloader": "rp2040",
"features": { "features": {
"bootmagic": false, "bootmagic": false,
"mousekey": true, "mousekey": false,
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,

View File

@@ -5,7 +5,7 @@
"bootloader": "rp2040", "bootloader": "rp2040",
"features": { "features": {
"bootmagic": false, "bootmagic": false,
"mousekey": true, "mousekey": false,
"extrakey": true, "extrakey": true,
"console": true, "console": true,
"command": false, "command": false,