mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-25 13:38:40 +00:00
Merge branch 'firmware25' into feat/navigator-qmk25
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -27,4 +27,4 @@
|
||||
branch = release/v8.2
|
||||
[submodule "modules/zsa"]
|
||||
path = modules/zsa
|
||||
url = git@github.com:zsa/qmk_modules.git
|
||||
url = https://github.com/zsa/qmk_modules.git
|
||||
|
||||
@@ -256,6 +256,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
if (record->event.pressed) {
|
||||
keyboard_config.disable_layer_led ^= 1;
|
||||
if (keyboard_config.disable_layer_led) rgb_matrix_set_color_all(0, 0, 0);
|
||||
eeconfig_update_kb(keyboard_config.raw);
|
||||
}
|
||||
break;
|
||||
case RGB_TOG:
|
||||
|
||||
Reference in New Issue
Block a user