forked from mirrors/qmk_userspace
[Keymap] Drashna's OLED rewrite (#15981)
This commit is contained in:
parent
8901c9eca1
commit
b090ff03ed
30 changed files with 1776 additions and 295 deletions
|
@ -78,7 +78,8 @@ enum userspace_layers {
|
|||
bool mod_key_press_timer(uint16_t code, uint16_t mod_code, bool pressed);
|
||||
bool mod_key_press(uint16_t code, uint16_t mod_code, bool pressed, uint16_t this_timer);
|
||||
bool hasAllBitsInMask(uint8_t value, uint8_t mask);
|
||||
void tap_code16_nomods(uint8_t kc);
|
||||
void tap_code16_nomods(uint16_t kc);
|
||||
void software_reset(void);
|
||||
|
||||
// clang-format off
|
||||
typedef union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue