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/zrichard/config.h | |
parent | 2dacf25f284551fa423bfdb309b4ad99e4253095 (diff) |
Fixed plank keymaps so that they will compile for planck light
Diffstat (limited to 'keyboards/planck/keymaps/zrichard/config.h')
-rwxr-xr-x | keyboards/planck/keymaps/zrichard/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/zrichard/config.h b/keyboards/planck/keymaps/zrichard/config.h index aa8991e01b..216801c855 100755 --- a/keyboards/planck/keymaps/zrichard/config.h +++ b/keyboards/planck/keymaps/zrichard/config.h @@ -26,9 +26,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COLS 12 /* Planck PCB default pin-out */ +#ifndef LIGHT_CONFIG_H #define MATRIX_ROW_PINS { D0, D5, B5, B6 } #define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 } #define UNUSED_PINS +#endif /* Prevent use of disabled MIDI features in the keymap */ //#define MIDI_ENABLE_STRICT 1 @@ -64,7 +66,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Only print user print statements */ #define USER_PRINT +#ifndef LIGHT_CONFIG_H #define BACKLIGHT_BREATHING +#endif /* disable action features */ //#define NO_ACTION_LAYER |