From 1cd7afaff1b1fff300d6a8097ece10870656e0c6 Mon Sep 17 00:00:00 2001 From: XScorpion2 Date: Wed, 13 Nov 2019 01:02:58 -0600 Subject: [Keymap] Added Xulkal ALT Keymap (#7332) * Added Xulkal ALT Keymap * Hadron compile fix * Keymap fix --- users/xulkal/custom_rgb.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'users/xulkal/custom_rgb.h') 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 -- cgit v1.2.3