diff options
author | Brian Choromanski <BrianChoromanski@gmail.com> | 2018-03-12 18:18:40 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-13 02:21:18 -0400 |
commit | 4464d90f4d3e64180f619d0663b8dd8f9b29b7e9 (patch) | |
tree | 2cabd2ea555666e7c0de48024139e27d1909cb31 /keyboards/planck/keymaps/khord/config.h | |
parent | 2dacf25f284551fa423bfdb309b4ad99e4253095 (diff) | |
download | firmware-4464d90f4d3e64180f619d0663b8dd8f9b29b7e9.tar.gz firmware-4464d90f4d3e64180f619d0663b8dd8f9b29b7e9.tar.bz2 firmware-4464d90f4d3e64180f619d0663b8dd8f9b29b7e9.zip |
Fixed plank keymaps so that they will compile for planck light
Diffstat (limited to 'keyboards/planck/keymaps/khord/config.h')
-rw-r--r-- | keyboards/planck/keymaps/khord/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/khord/config.h b/keyboards/planck/keymaps/khord/config.h index 43c8001cf..955f6a113 100644 --- a/keyboards/planck/keymaps/khord/config.h +++ b/keyboards/planck/keymaps/khord/config.h @@ -12,7 +12,9 @@ } #endif +#ifndef LIGHT_CONFIG_H #define BACKLIGHT_BREATHING +#endif #define TAPPING_TERM 150 #define MUSIC_MASK (keycode != KC_NO) |