diff options
author | XScorpion2 <rcalt2vt@gmail.com> | 2019-06-01 16:39:31 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-01 14:39:31 -0700 |
commit | 4f788c2ae90583f64e0cec6545a3da75a5aff0f8 (patch) | |
tree | fa7f8583fca9839d2c5f3f8b6c5822569c649929 /users/xulkal/timer_utils.h | |
parent | 02b3fadbac6c68940e1bf141397d5d7cb87a6928 (diff) |
[Keymap] Xulkal user changes (#6044)
* Xulkal user changes
Xulkal user changes
* Reduce code duplication
* Massive user code refactor
Diffstat (limited to 'users/xulkal/timer_utils.h')
-rw-r--r-- | users/xulkal/timer_utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/xulkal/timer_utils.h b/users/xulkal/timer_utils.h new file mode 100644 index 0000000000..7e2a0b74db --- /dev/null +++ b/users/xulkal/timer_utils.h @@ -0,0 +1,6 @@ +#pragma once +#include "timer.h" +#include <stdbool.h> + +bool timer_expired(uint16_t last); +bool timer_expired32(uint32_t last); |