[Keymap] Xulkal user changes (#6044)
* Xulkal user changes Xulkal user changes * Reduce code duplication * Massive user code refactor
This commit is contained in:
committed by
Drashna Jaelre
parent
02b3fadbac
commit
4f788c2ae9
6
users/xulkal/timer_utils.h
Normal file
6
users/xulkal/timer_utils.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "timer.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
bool timer_expired(uint16_t last);
|
||||
bool timer_expired32(uint32_t last);
|
Reference in New Issue
Block a user