diff options
Diffstat (limited to 'users/drashna/drashna.h')
-rw-r--r-- | users/drashna/drashna.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h index 5a9da1627..0bf1de84c 100644 --- a/users/drashna/drashna.h +++ b/users/drashna/drashna.h | |||
@@ -78,7 +78,8 @@ enum userspace_layers { | |||
78 | bool mod_key_press_timer(uint16_t code, uint16_t mod_code, bool pressed); | 78 | bool mod_key_press_timer(uint16_t code, uint16_t mod_code, bool pressed); |
79 | bool mod_key_press(uint16_t code, uint16_t mod_code, bool pressed, uint16_t this_timer); | 79 | bool mod_key_press(uint16_t code, uint16_t mod_code, bool pressed, uint16_t this_timer); |
80 | bool hasAllBitsInMask(uint8_t value, uint8_t mask); | 80 | bool hasAllBitsInMask(uint8_t value, uint8_t mask); |
81 | void tap_code16_nomods(uint8_t kc); | 81 | void tap_code16_nomods(uint16_t kc); |
82 | void software_reset(void); | ||
82 | 83 | ||
83 | // clang-format off | 84 | // clang-format off |
84 | typedef union { | 85 | typedef union { |