diff options
| author | XScorpion2 <rcalt2vt@gmail.com> | 2019-07-25 13:56:29 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-07-25 11:56:29 -0700 |
| commit | 20c0533c4c66b9d222b6ced2fad3ec6be6cad76e (patch) | |
| tree | 2cceb641e573cafeb6ee68f5083fb532ab80cd93 /users/xulkal/custom_rgb.h | |
| parent | a747953dfae85d3bdfdfe205fc3d4ae6f8d1fe05 (diff) | |
| download | qmk_firmware-20c0533c4c66b9d222b6ced2fad3ec6be6cad76e.tar.gz qmk_firmware-20c0533c4c66b9d222b6ced2fad3ec6be6cad76e.zip | |
[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
Diffstat (limited to 'users/xulkal/custom_rgb.h')
| -rw-r--r-- | users/xulkal/custom_rgb.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/xulkal/custom_rgb.h b/users/xulkal/custom_rgb.h new file mode 100644 index 000000000..f19dd223c --- /dev/null +++ b/users/xulkal/custom_rgb.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #if defined(RGB_MATRIX_ENABLE) | ||
| 4 | #include "rgb_matrix.h" | ||
| 5 | #elif defined(RGBLIGHT_ENABLE) | ||
| 6 | #include "rgblight.h" | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #ifdef RGB_MATRIX_ENABLE | ||
| 10 | void rgb_matrix_increase_flags(void); | ||
| 11 | void rgb_matrix_decrease_flags(void); | ||
| 12 | #endif | ||
| 13 | |||
| 14 | void rgb_reset(void); | ||
