diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2022-02-05 14:29:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 14:29:15 +0000 |
commit | b1debfb12f76759e96619c98116c9c59617c727a (patch) | |
tree | 8f21590009ab2c546fb4457220848322ff9cd4c8 /keyboards/molecule | |
parent | 065f6eeb4e38748f685a99cfdbf6076694bd15ff (diff) |
Remove default pointing device driver. (#16190)
* remove custom as default
* add missing pointing_device_driver to rules.mk
* Update docs
Diffstat (limited to 'keyboards/molecule')
-rwxr-xr-x | keyboards/molecule/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/molecule/rules.mk b/keyboards/molecule/rules.mk index c4e48dfa15..8573995efb 100755 --- a/keyboards/molecule/rules.mk +++ b/keyboards/molecule/rules.mk @@ -19,5 +19,6 @@ AUDIO_ENABLE = no # Audio output # Add trackball support POINTING_DEVICE_ENABLE = yes +POINTING_DEVICE_DRIVER = custom SRC += adns.c QUANTUM_LIB_SRC += spi_master.c |