5655d6e5f5
* [Keyboard] Concertina * Added a novel handwired keyboard. * Concertina lint * Perfunctory changes to pass CI. * Concertina line width * Changes from code review: GPL headers, modernization, full-width representation of matrix to match info.json.
9 lines
220 B
Makefile
9 lines
220 B
Makefile
# Written for a Pro Micro. The keyboard case is compatible with much else.
|
|
MCU = atmega32u4
|
|
BOOTLOADER = caterina
|
|
|
|
# Build options:
|
|
MOUSEKEY_ENABLE = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
RGBLIGHT_ENABLE = no
|