mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-12 12:51:18 +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
|