forked from mirrors/qmk_userspace
[Keymap] Added Xulkal ALT Keymap (#7332)
* Added Xulkal ALT Keymap * Hadron compile fix * Keymap fix
This commit is contained in:
parent
12ea2e3649
commit
1cd7afaff1
4 changed files with 108 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue