* Fix Up ScreenOffInterval exceeded uint16_t * Fix Up never waking up once screen off if in case of matrix are not dirty.pull/4346/head
parent
8ca457fc25
commit
dd6aecba7a
@ -1 +1,7 @@
|
||||
#include "crkbd.h"
|
||||
#include "ssd1306.h"
|
||||
|
||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
process_record_gfx(keycode,record);
|
||||
return process_record_user(keycode, record);
|
||||
}
|
Loading…
Reference in new issue