mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 01:14:48 +00:00
10 lines
145 B
Makefile
10 lines
145 B
Makefile
|
SRC += features/haptic_utils.c
|
||
|
|
||
|
OLED_ENABLE = yes
|
||
|
|
||
|
HAPTIC_ENABLE = yes
|
||
|
HAPTIC_DRIVER = DRV2605L
|
||
|
|
||
|
PS2_MOUSE_ENABLE = yes
|
||
|
MOUSEKEY_ENABLE = yes
|