diff options
| author | Drashna Jaelre | 2022-08-28 21:55:19 +0200 |
|---|---|---|
| committer | GitHub | 2022-08-28 21:55:19 +0200 |
| commit | fa08cb2478e8c13a9f1c785956c95cb49bbebba3 (patch) | |
| tree | 82de917cdbf9221db824843a85bb7925ff905fc0 /users/drashna/drashna.h | |
| parent | d4a6ee1cad73ab88ac3faecf2d40204c8e706b5a (diff) | |
[Keymap] Drashna keymap updates for 0.18.0 (#18184)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'users/drashna/drashna.h')
| -rw-r--r-- | users/drashna/drashna.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h index 0bf1de84cf..16d7cda638 100644 --- a/users/drashna/drashna.h +++ b/users/drashna/drashna.h @@ -79,7 +79,6 @@ 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(uint16_t kc); -void software_reset(void); // clang-format off typedef union { |