Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2024-06-12 07:12:20 +00:00
commit c785584fa5
3 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,8 @@
"console": false, "console": false,
"extrakey": true, "extrakey": true,
"key_lock": true, "key_lock": true,
"mousekey": false, "mousekey": true,
"encoder": true,
"nkro": true, "nkro": true,
"rgblight": true "rgblight": true
}, },

View File

@ -15,7 +15,8 @@
"console": false, "console": false,
"extrakey": true, "extrakey": true,
"key_lock": true, "key_lock": true,
"mousekey": false, "mousekey": true,
"encoder": true,
"nkro": true, "nkro": true,
"rgblight": true "rgblight": true
}, },

View File

@ -16,6 +16,7 @@
"extrakey": true, "extrakey": true,
"key_lock": true, "key_lock": true,
"mousekey": true, "mousekey": true,
"encoder": true,
"nkro": true, "nkro": true,
"rgblight": true "rgblight": true
}, },