This commit is contained in:
skullY 2020-02-29 09:49:42 -08:00
parent f513a9193c
commit c4aa18363e
144 changed files with 66 additions and 928 deletions

View file

@ -122,15 +122,6 @@ void backlight_set(uint8_t level)
}
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
// put your per-action keyboard code here
// runs for every action, just before processing by the firmware
return process_record_user(keycode, record);
}
void backlight_update_state()
{
cli();