2e19d0d7d1
* add buzzerd (untested, WIP) * configured linear actuator and fixed keymap * configuration tweaks and added custom keymap * add custom tapping term for home row mod * added readme * remove ionide folder * added scroll function to trackpoint * keymap reworked * using one shot shift and removed dynamic macros * reworked default keymap * adapted to latest qmk changes * remove caps word from default keymap * use provided coding guidelines * use get_highest_layer in favour of biton32 * fixed formatting * remove unnecessary define statement
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
|