6 lines
134 B
Makefile
6 lines
134 B
Makefile
|
# TMK Converter rev.1
|
||
|
# which looks like this:
|
||
|
# https://github.com/tmk/keyboard_converter#pcb-rev1
|
||
|
MCU = atmega32u4
|
||
|
include Makefile
|