diff options
author | Noan Mousy <4sstylz@protonmail.ch> | 2019-12-13 15:39:10 +0100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-12-13 06:39:10 -0800 |
commit | 20d3a979f1999fcc27a47e4f32533fb8e8b633a0 (patch) | |
tree | 5e8168cde7773affb1b10254eb9627d17b2eac48 /keyboards/handwired/aek64/rules.mk | |
parent | 2d1c985ff44ecfe54fe82021e0326b3c7b07db9f (diff) |
Adding Backlight on the handwired AEK64 keyboard (#7629)
* Implementing backlight with breathing
* Rework of my personal keymap and adding some macros.
Diffstat (limited to 'keyboards/handwired/aek64/rules.mk')
-rw-r--r-- | keyboards/handwired/aek64/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/handwired/aek64/rules.mk b/keyboards/handwired/aek64/rules.mk index c02af3dd6c..52c3061306 100644 --- a/keyboards/handwired/aek64/rules.mk +++ b/keyboards/handwired/aek64/rules.mk @@ -25,3 +25,4 @@ UNICODE_ENABLE = yes # Enable support for arrow keys icon on the second layer. COMBO_ENABLE = yes # Enable combo for special function when using multiple keys at once. TAP_DANCE_ENABLE = no # Enable use multiple tap NKRO_ENABLE = yes +BACKLIGHT_ENABLE = yes |