aboutsummaryrefslogtreecommitdiff
path: root/keymap-wrapper.h
diff options
context:
space:
mode:
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 96b2963..b39b669 100644
--- a/keymap-wrapper.h
+++ b/keymap-wrapper.h
@@ -38,7 +38,7 @@
#define cFunc(x) DakkarColor::FUNCTION
#define ColorKeymaps(layers...) \
- static constexpr DakkarColor::color color_keymaps[][ROWS][COLS] PROGMEM = { layers };
+ static constexpr DakkarColor::color color_keymaps[][ROWS][COLS] = { layers };
#include "keymaps.h"