aboutsummaryrefslogtreecommitdiffstats
path: root/users/xulkal
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2019-11-13 01:02:58 -0600
committerDrashna Jaelre <drashna@live.com>2019-11-12 23:02:58 -0800
commit1cd7afaff1b1fff300d6a8097ece10870656e0c6 (patch)
tree2435103ae364b1a03a5b3aefdae8d1e3f282468c /users/xulkal
parent12ea2e3649459a008e4ebb8efa8ba82005ffc218 (diff)
downloadfirmware-1cd7afaff1b1fff300d6a8097ece10870656e0c6.tar.gz
firmware-1cd7afaff1b1fff300d6a8097ece10870656e0c6.tar.bz2
firmware-1cd7afaff1b1fff300d6a8097ece10870656e0c6.zip
[Keymap] Added Xulkal ALT Keymap (#7332)
* Added Xulkal ALT Keymap * Hadron compile fix * Keymap fix
Diffstat (limited to 'users/xulkal')
-rw-r--r--users/xulkal/custom_rgb.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/users/xulkal/custom_rgb.h b/users/xulkal/custom_rgb.h
index f19dd223c..10010b524 100644
--- a/users/xulkal/custom_rgb.h
+++ b/users/xulkal/custom_rgb.h
@@ -1,9 +1,12 @@
#pragma once
#if defined(RGB_MATRIX_ENABLE)
-#include "rgb_matrix.h"
+# include "rgb_matrix.h"
#elif defined(RGBLIGHT_ENABLE)
-#include "rgblight.h"
+# if !defined(__AVR__)
+# define PROGMEM
+# endif
+# include "rgblight.h"
#endif
#ifdef RGB_MATRIX_ENABLE