[User] Xulkal Keymaps Update (#6392)

* Xulkal changes

Refactor rgb & encoder menu

Hadron Keymap

Refactor oled menu

* Fixing horizontal OLED data display

* Reverting changes to take to separate prs
This commit is contained in:
XScorpion2 2019-07-25 13:56:29 -05:00 committed by Drashna Jaelre
parent a747953dfa
commit 20c0533c4c
20 changed files with 460 additions and 158 deletions

14
users/xulkal/custom_rgb.h Normal file
View file

@ -0,0 +1,14 @@
#pragma once
#if defined(RGB_MATRIX_ENABLE)
#include "rgb_matrix.h"
#elif defined(RGBLIGHT_ENABLE)
#include "rgblight.h"
#endif
#ifdef RGB_MATRIX_ENABLE
void rgb_matrix_increase_flags(void);
void rgb_matrix_decrease_flags(void);
#endif
void rgb_reset(void);