[Keymap] Added Xulkal ALT Keymap (#7332)

* Added Xulkal ALT Keymap

* Hadron compile fix

* Keymap fix
This commit is contained in:
XScorpion2 2019-11-13 01:02:58 -06:00 committed by Drashna Jaelre
parent 12ea2e3649
commit 1cd7afaff1
4 changed files with 108 additions and 2 deletions

View file

@ -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