diff options
author | tmk <nobody@nowhere> | 2010-10-26 21:32:45 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-26 21:32:45 +0900 |
commit | 461e0d3d8c82cc78d29d3115af3c417bb51bb50f (patch) | |
tree | 844b28eed904f72aa18873f25de435379fa1bad3 /hhkb/Makefile | |
parent | 7a336b05ec2d1056fe2206ae218199c66e8980da (diff) |
ADD: keymap macro for human to read easier
ADD: controller.h for controller board definition(teensy)
ADD: debug toggle
Diffstat (limited to 'hhkb/Makefile')
-rw-r--r-- | hhkb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile index 980980cfe8..1c6eb3db57 100644 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -39,6 +39,7 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +DESCRIPTION = 't.m.k. firmware for HHKB pro\n' # Target file name (without extension). TARGET = tmk_hhkb |