diff options
author | XScorpion2 <rcalt2vt@gmail.com> | 2019-11-13 01:02:58 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-12 23:02:58 -0800 |
commit | 1cd7afaff1b1fff300d6a8097ece10870656e0c6 (patch) | |
tree | 2435103ae364b1a03a5b3aefdae8d1e3f282468c /users/xulkal | |
parent | 12ea2e3649459a008e4ebb8efa8ba82005ffc218 (diff) |
[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.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/users/xulkal/custom_rgb.h b/users/xulkal/custom_rgb.h index f19dd223c2..10010b5242 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 |