924147dfe4
Converts `rules.mk` entries to data-driven where applicable. Affects: - `handwired/dygma/raise/ansi` - `handwired/dygma/raise/iso` - `handwired/symmetric70_proto/promicro` - `handwired/symmetric70_proto/proton_c` - `lazydesigners/dimple/ortho` - `lazydesigners/dimple/staggered/rev2` - `lazydesigners/dimple/staggered/rev3` - `sirius/uni660/rev2/ansi` - `sirius/uni660/rev2/iso`
11 lines
371 B
Makefile
11 lines
371 B
Makefile
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.
|
|
|
|
I2C_DRIVER_REQUIRED = yes
|
|
SRC += matrix.c
|
|
|
|
DEFAULT_FOLDER = handwired/dygma/raise/ansi
|