From 4fbcdd444985dba7c56a2a3b027aa3838000371c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 25 Dec 2019 13:16:28 -0800 Subject: [PATCH] forcibly include my visualizer, since it doesn't get built normally --- layouts/community/ergodox/don/keymap.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/community/ergodox/don/keymap.c b/layouts/community/ergodox/don/keymap.c index 0ed3ba6c4..cf992356b 100644 --- a/layouts/community/ergodox/don/keymap.c +++ b/layouts/community/ergodox/don/keymap.c @@ -22,6 +22,12 @@ along with this program. If not, see . #include "version.h" #include "keymap_plover.h" +#ifdef KEYBOARD_erogodox +#ifdef KEYBOARD_ergodox_infinityj +#include "visualizer.c" +#endif +#endif + #define BASE 0 #define SYMB 1 #define MOUS 2 -- 2.39.5