diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-08-26 12:13:50 -0400 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-08-26 12:13:50 -0400 |
commit | a732003bfd1a780be0728cdacda71c0b3d8b59b3 (patch) | |
tree | 8a9ceab958bb863ee2fd6b00a204856f96bacdab /keyboards/kitten_paw/Makefile | |
parent | 7c2a24b3154367bfff06163193e07303d9dcf86e (diff) | |
parent | 2c8f6557e6994d3fe4fa2038f6cb4a4e51caf3a9 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 |