Various fixes for keyboards not implementing callbacks correctly (#24092)
This commit is contained in:
@@ -168,6 +168,10 @@ led_config_t g_led_config = { {
|
||||
#endif
|
||||
|
||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
if (!process_record_user(keycode, record)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (record->event.pressed) {
|
||||
switch(keycode) {
|
||||
#if defined(RGBLIGHT_ENABLE) && defined(RGB_MATRIX_ENABLE)
|
||||
|
||||
Reference in New Issue
Block a user