diff options
author | René Werner <mail@renewerner.net> | 2016-08-25 12:25:57 +0200 |
---|---|---|
committer | René Werner <mail@renewerner.net> | 2016-08-25 12:25:57 +0200 |
commit | 1bbd3c1eea78abf0b36a289fb37f80dfc4f9c8bb (patch) | |
tree | 7c02c2f1c4138de03e893bb02fdad4cbd883981f /keyboards/kitten_paw/Makefile | |
parent | 6a61c89477678e3df9aba9189b3dd67fc24e94ab (diff) |
fixed defaulf keymap, added my own keymap
now the LEDs are working like they should
Diffstat (limited to 'keyboards/kitten_paw/Makefile')
-rw-r--r-- | keyboards/kitten_paw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kitten_paw/Makefile b/keyboards/kitten_paw/Makefile index 9122921737..3b5585ed6f 100644 --- a/keyboards/kitten_paw/Makefile +++ b/keyboards/kitten_paw/Makefile @@ -69,7 +69,7 @@ BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE ?= no # Audio output on port C6 CUSTOM_MATRIX = yes -SRC += matrix.c led.c +SRC += matrix.c ifndef QUANTUM_DIR include ../../Makefile |