diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-25 23:05:58 +0200 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-25 23:05:58 +0200 |
commit | 6cfdd077b5bcdcfe8b390e4c07965eaf6c081c76 (patch) | |
tree | 559cfa617a6e9a5aacc06335a80d8c7bc8ce639a /keyboards/gh60 | |
parent | 3300203157e8c0fe9004e759aa5c18f1a1996e7e (diff) | |
download | qmk_firmware-6cfdd077b5bcdcfe8b390e4c07965eaf6c081c76.tar.gz qmk_firmware-6cfdd077b5bcdcfe8b390e4c07965eaf6c081c76.tar.xz |
Fix bad merge
Led should have been added to KC60, not GH60
Diffstat (limited to 'keyboards/gh60')
-rw-r--r-- | keyboards/gh60/rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/gh60/rules.mk b/keyboards/gh60/rules.mk index b3c5c7271..aba680e45 100644 --- a/keyboards/gh60/rules.mk +++ b/keyboards/gh60/rules.mk @@ -1,6 +1,3 @@ -# project specific files -SRC = led.c - # MCU name #MCU = at90usb1287 MCU = atmega32u4 |