aboutsummaryrefslogtreecommitdiff
path: root/keymap-wrapper.h
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-02-10 11:38:58 +0000
committerdakkar <dakkar@thenautilus.net>2019-02-10 11:38:58 +0000
commit1c4fec2ceed29d764a5b4a2dbc43a195557c0ec1 (patch)
tree399f14c3c423302886a00cf2f8ebaa2499e44262 /keymap-wrapper.h
parentmore flexible / simpler color specification (diff)
downloadkeyboardio-model01-1c4fec2ceed29d764a5b4a2dbc43a195557c0ec1.tar.gz
keyboardio-model01-1c4fec2ceed29d764a5b4a2dbc43a195557c0ec1.tar.bz2
keyboardio-model01-1c4fec2ceed29d764a5b4a2dbc43a195557c0ec1.zip
mixed static / functional colors
this probably replaces the Numpad plugin completely
Diffstat (limited to 'keymap-wrapper.h')
-rw-r--r--keymap-wrapper.h2
1 files changed, 1 insertions, 1 deletions
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"