aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/drashna.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/drashna.h')
-rw-r--r--users/drashna/drashna.h3
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 {
78bool mod_key_press_timer(uint16_t code, uint16_t mod_code, bool pressed); 78bool mod_key_press_timer(uint16_t code, uint16_t mod_code, bool pressed);
79bool mod_key_press(uint16_t code, uint16_t mod_code, bool pressed, uint16_t this_timer); 79bool mod_key_press(uint16_t code, uint16_t mod_code, bool pressed, uint16_t this_timer);
80bool hasAllBitsInMask(uint8_t value, uint8_t mask); 80bool hasAllBitsInMask(uint8_t value, uint8_t mask);
81void tap_code16_nomods(uint8_t kc); 81void tap_code16_nomods(uint16_t kc);
82void software_reset(void);
82 83
83// clang-format off 84// clang-format off
84typedef union { 85typedef union {