diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-08-25 12:22:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 12:22:28 -0400 |
commit | f0cb5e9e50f663ce4e3161f251c0e638c0313403 (patch) | |
tree | 391521e33b3bae0dd58d687f6d3387966ef16f3a /keyboards/kitten_paw/Makefile | |
parent | 8ebe9c446c6ba9f159a8d478a7e03f035812a363 (diff) | |
parent | 22ef0bbac55215965c7fc6246d20d4591fbf14f4 (diff) |
Merge pull request #683 from ickerwx/master
LEDs work now, fixed Kitten Paw default keymap, added my own keymap as a better example
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 |