From 1c4fec2ceed29d764a5b4a2dbc43a195557c0ec1 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 10 Feb 2019 11:38:58 +0000 Subject: mixed static / functional colors this probably replaces the Numpad plugin completely --- keymap-wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keymap-wrapper.h') diff --git a/keymap-wrapper.h b/keymap-wrapper.h index 71c7137..ce7a507 100644 --- a/keymap-wrapper.h +++ b/keymap-wrapper.h @@ -12,7 +12,7 @@ #define CK(k,c) c #define ColorKeymaps(layers...) \ - static constexpr color_enum color_keymaps[][ROWS][COLS] = { layers }; + static constexpr color_index color_keymaps[][ROWS][COLS] = { layers }; #include "keymaps.h" -- cgit v1.2.3