forked from mirrors/qmk_userspace
[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:
parent
a747953dfa
commit
20c0533c4c
20 changed files with 460 additions and 158 deletions
14
users/xulkal/custom_rgb.h
Normal file
14
users/xulkal/custom_rgb.h
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue