mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-10 23:53:25 +00:00
chore: merge firmware25 branch
This commit is contained in:
@@ -23,9 +23,8 @@
|
||||
#ifdef COMMUNITY_MODULE_ORYX_ENABLE
|
||||
# include "oryx.h"
|
||||
#endif // COMMUNITY_MODULE_ORYX_ENABLE
|
||||
//
|
||||
#ifdef COMMUNITY_MODULE_DEFAULTS_ENABLE
|
||||
# include "defaults.h"
|
||||
# include "defaults.h"
|
||||
#endif
|
||||
|
||||
keyboard_config_t keyboard_config;
|
||||
@@ -213,6 +212,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
eeconfig_update_kb(keyboard_config.raw);
|
||||
}
|
||||
break;
|
||||
case RGB_TOG:
|
||||
case QK_RGB_MATRIX_TOGGLE:
|
||||
if (record->event.pressed) {
|
||||
switch (rgb_matrix_get_flags()) {
|
||||
|
||||
Reference in New Issue
Block a user