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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h
index e3edf8112..0ccb7614f 100644
--- a/users/drashna/drashna.h
+++ b/users/drashna/drashna.h
@@ -60,6 +60,7 @@ layer_state_t layer_state_set_keymap(layer_state_t state);
60layer_state_t default_layer_state_set_keymap(layer_state_t state); 60layer_state_t default_layer_state_set_keymap(layer_state_t state);
61void led_set_keymap(uint8_t usb_led); 61void led_set_keymap(uint8_t usb_led);
62void eeconfig_init_keymap(void); 62void eeconfig_init_keymap(void);
63bool hasAllBitsInMask(uint8_t value, uint8_t mask);
63 64
64typedef union { 65typedef union {
65 uint32_t raw; 66 uint32_t raw;