2022-01-09 20:57:08 +01:00
|
|
|
CUSTOM_MATRIX = lite
|
|
|
|
|
|
|
|
# TODO(ibash) we don't actually need to enable raw, but there's some side effect
|
|
|
|
# in the usb driver this triggers that allows mousekeys to work. The same side
|
|
|
|
# effect happens if console or midi is enabled -- so something to do with
|
|
|
|
# alternate usb endpoints.
|
|
|
|
|
2023-10-13 08:25:32 +02:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|
2022-09-28 21:23:42 +02:00
|
|
|
SRC += matrix.c
|
2022-01-11 00:00:08 +01:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = handwired/dygma/raise/ansi
|