diff options
| author | Drashna Jaelre | 2021-11-15 07:03:24 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-15 07:03:24 +0100 |
| commit | 56e3f06a26851976e559aacf7a096c61403304be (patch) | |
| tree | 1e9ec98ad239fdd241e77ac4c4822fc2721a9cea /keyboards/tkw/grandiceps | |
| parent | 462c3a615113e84ac3ca837a5caeb928c0ec8505 (diff) | |
Rework and expand Pointing Device support (#14343)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'keyboards/tkw/grandiceps')
| -rw-r--r-- | keyboards/tkw/grandiceps/rev2/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/tkw/grandiceps/rev2/rules.mk b/keyboards/tkw/grandiceps/rev2/rules.mk index c8f3f05bdd..3e82c4507e 100644 --- a/keyboards/tkw/grandiceps/rev2/rules.mk +++ b/keyboards/tkw/grandiceps/rev2/rules.mk @@ -1,5 +1,4 @@ EEPROM_DRIVER = i2c POINTING_DEVICE_ENABLE = yes -SRC += drivers/sensors/pimoroni_trackball.c -QUANTUM_LIB_SRC += i2c_master.c +POINTING_DEVICE_DRIVER = pimoroni_trackball |