summaryrefslogtreecommitdiffstats
path: root/keyboards/ca66/rules.mk
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-05-31 04:44:52 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-31 04:44:52 +0200
commitb2398ecbe7047d6bcd39a6c8039b1bfbdcc51ad2 (patch)
treecffa31ca4245685c904440878f5cc7adf1d46650 /keyboards/ca66/rules.mk
parent258954dc3e884dfa9a057f10f96c4544737e9e81 (diff)
downloadqmk_firmware-b2398ecbe7047d6bcd39a6c8039b1bfbdcc51ad2.tar.gz
qmk_firmware-b2398ecbe7047d6bcd39a6c8039b1bfbdcc51ad2.tar.xz
CA66 Backlighting FIx (#3089)
* Enable backlighting using pin F0 and changing it in the rules.mk file as well * Change KB_H to CA66_H
Diffstat (limited to 'keyboards/ca66/rules.mk')
-rw-r--r--keyboards/ca66/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ca66/rules.mk b/keyboards/ca66/rules.mk
index d3ad3d20c..5779b2c8a 100644
--- a/keyboards/ca66/rules.mk
+++ b/keyboards/ca66/rules.mk
@@ -51,6 +51,6 @@ CONSOLE_ENABLE ?= no # Console for debug(+400)
COMMAND_ENABLE ?= no # Commands for debug and configuration
SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend
NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
-BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality
+BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality
AUDIO_ENABLE ?= no
RGBLIGHT_ENABLE ?= yes