[Keyboard] Update to ZSA Boards (qmk#10119)

This commit is contained in:
Drashna Jael're
2020-09-30 04:32:30 -07:00
parent 396b86b92d
commit 454684a8bb
41 changed files with 397 additions and 130 deletions
+2
View File
@@ -53,11 +53,13 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
eeconfig_init();
}
return false;
#ifdef RGBLIGHT_ENABLE
case RGB_SLD:
if (record->event.pressed) {
rgblight_mode(1);
}
return false;
#endif
}
return true;
}