diff options
| -rw-r--r-- | keyboards/satan/keymaps/admiralStrokers/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/satan/keymaps/admiralStrokers/keymap.c b/keyboards/satan/keymaps/admiralStrokers/keymap.c index 72a4c3dc9..7a8459eb5 100644 --- a/keyboards/satan/keymaps/admiralStrokers/keymap.c +++ b/keyboards/satan/keymaps/admiralStrokers/keymap.c | |||
| @@ -146,7 +146,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 146 | 146 | ||
| 147 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { // MACRODOWN only works in this function | 147 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { // MACRODOWN only works in this function |
| 148 | 148 | ||
| 149 | bool checkTime(){ | 149 | bool checkTime(void){ |
| 150 | return (timer_elapsed(key_timer) < 150) ? true : false; | 150 | return (timer_elapsed(key_timer) < 150) ? true : false; |
| 151 | } | 151 | } |
| 152 | 152 | ||
