diff options
author | dbroqua <dbroqua@mousur.org> | 2016-08-25 20:39:55 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2016-08-25 20:39:55 +0200 |
commit | 8d0aed39d11efaf51a0831e78b5641b4b5686197 (patch) | |
tree | 67d73ee7b6b7988288780b154d4b9dc3025eff0c /keyboards/kc60/Makefile | |
parent | c51862b2374baedd50e461de2bbb7d382b053f63 (diff) |
- Added capslock led for KC60 keyboard (based on gitbug.com/jpec/kc60 works)
Diffstat (limited to 'keyboards/kc60/Makefile')
-rw-r--r-- | keyboards/kc60/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/kc60/Makefile b/keyboards/kc60/Makefile index b00a488b91..0d17d32dac 100644 --- a/keyboards/kc60/Makefile +++ b/keyboards/kc60/Makefile @@ -1,4 +1,5 @@ - +# project specific files +SRC = led.c # MCU name #MCU = at90usb1287 |