From 6111f5261f60410bda5bd1a7db98ad40d82e9cd3 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 10 Feb 2019 17:07:22 +0000 Subject: move DakkarColor to its own file --- 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 ce7a507..cc58545 100644 --- a/keymap-wrapper.h +++ b/keymap-wrapper.h @@ -12,7 +12,7 @@ #define CK(k,c) c #define ColorKeymaps(layers...) \ - static constexpr color_index color_keymaps[][ROWS][COLS] = { layers }; + static constexpr uint8_t color_keymaps[][ROWS][COLS] = { layers }; #include "keymaps.h" -- cgit v1.2.3