diff options
Diffstat (limited to 'keyboards/ploopyco/mouse/rules.mk')
| -rw-r--r-- | keyboards/ploopyco/mouse/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/ploopyco/mouse/rules.mk b/keyboards/ploopyco/mouse/rules.mk index c02afa00c..45cb38901 100644 --- a/keyboards/ploopyco/mouse/rules.mk +++ b/keyboards/ploopyco/mouse/rules.mk | |||
| @@ -22,7 +22,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
| 22 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 22 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 23 | AUDIO_ENABLE = no # Audio output | 23 | AUDIO_ENABLE = no # Audio output |
| 24 | POINTING_DEVICE_ENABLE = yes | 24 | POINTING_DEVICE_ENABLE = yes |
| 25 | POINTING_DEVICE_DRIVER = pmw3360 | ||
| 25 | MOUSEKEY_ENABLE = yes # Mouse keys | 26 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 26 | 27 | ||
| 27 | QUANTUM_LIB_SRC += analog.c spi_master.c | 28 | QUANTUM_LIB_SRC += analog.c |
| 28 | SRC += drivers/sensors/pmw3360.c opt_encoder.c | 29 | SRC += opt_encoder.c |
