diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-02-23 10:57:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 10:57:24 -0800 |
| commit | 0b69e4df818c2515cf4eee3d8b6fd4a07775b887 (patch) | |
| tree | bdeee9c5a88c2aef8aca366b3e6ea986f44174c0 /users/drashna/drashna.h | |
| parent | 11146ecd086c6b6736ab3c5947f26a96be642671 (diff) | |
| download | qmk_firmware-0b69e4df818c2515cf4eee3d8b6fd4a07775b887.tar.gz qmk_firmware-0b69e4df818c2515cf4eee3d8b6fd4a07775b887.zip | |
[Keymap] Drashna Updates - Split+OLED edition (#11968)
Diffstat (limited to 'users/drashna/drashna.h')
| -rw-r--r-- | users/drashna/drashna.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h index 35d11101d..9a18a8296 100644 --- a/users/drashna/drashna.h +++ b/users/drashna/drashna.h | |||
| @@ -105,3 +105,7 @@ We use custom codes here, so we can substitute the right stuff | |||
| 105 | # define KC_D3_3 KC_3 | 105 | # define KC_D3_3 KC_3 |
| 106 | # define KC_D3_4 KC_4 | 106 | # define KC_D3_4 KC_4 |
| 107 | #endif // TAP_DANCE_ENABLE | 107 | #endif // TAP_DANCE_ENABLE |
| 108 | |||
| 109 | #if defined(DRASHNA_CUSTOM_TRANSPORT) && defined(POINTING_DEVICE_ENABLE) | ||
| 110 | void master_mouse_send(int8_t x, int8_t y); | ||
| 111 | #endif | ||
