diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-11-14 22:03:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-14 22:03:24 -0800 |
| commit | 56e3f06a26851976e559aacf7a096c61403304be (patch) | |
| tree | 1e9ec98ad239fdd241e77ac4c4822fc2721a9cea /quantum/quantum.h | |
| parent | 462c3a615113e84ac3ca837a5caeb928c0ec8505 (diff) | |
| download | qmk_firmware-56e3f06a26851976e559aacf7a096c61403304be.tar.gz qmk_firmware-56e3f06a26851976e559aacf7a096c61403304be.zip | |
Rework and expand Pointing Device support (#14343)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 9250f5acc..e6015adbe 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -204,6 +204,10 @@ extern layer_state_t layer_state; | |||
| 204 | # include "encoder.h" | 204 | # include "encoder.h" |
| 205 | #endif | 205 | #endif |
| 206 | 206 | ||
| 207 | #ifdef POINTING_DEVICE_ENABLE | ||
| 208 | # include "pointing_device.h" | ||
| 209 | #endif | ||
| 210 | |||
| 207 | // For tri-layer | 211 | // For tri-layer |
| 208 | void update_tri_layer(uint8_t layer1, uint8_t layer2, uint8_t layer3); | 212 | void update_tri_layer(uint8_t layer1, uint8_t layer2, uint8_t layer3); |
| 209 | layer_state_t update_tri_layer_state(layer_state_t state, uint8_t layer1, uint8_t layer2, uint8_t layer3); | 213 | layer_state_t update_tri_layer_state(layer_state_t state, uint8_t layer1, uint8_t layer2, uint8_t layer3); |
