mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Apply fixes to own keymap
This commit is contained in:
parent
25c1824e70
commit
c6e787a465
@ -38,6 +38,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#undef RGBLED_NUM
|
#undef RGBLED_NUM
|
||||||
#define RGBLIGHT_ANIMATIONS
|
#define RGBLIGHT_ANIMATIONS
|
||||||
#define RGBLED_NUM 27
|
#define RGBLED_NUM 27
|
||||||
|
#define RGBLIGHT_LIMIT_VAL 120
|
||||||
#define RGBLIGHT_HUE_STEP 10
|
#define RGBLIGHT_HUE_STEP 10
|
||||||
#define RGBLIGHT_SAT_STEP 16
|
#define RGBLIGHT_SAT_STEP 16
|
||||||
#define RGBLIGHT_VAL_STEP 16
|
#define RGBLIGHT_VAL_STEP 16
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "bootloader.h"
|
// #include "bootloader.h"
|
||||||
#ifdef PROTOCOL_LUFA
|
// #ifdef PROTOCOL_LUFA
|
||||||
#include "lufa.h"
|
// #include "lufa.h"
|
||||||
#include "split_util.h"
|
// #include "split_util.h"
|
||||||
#endif
|
// #endif
|
||||||
#ifdef SSD1306OLED
|
// #ifdef SSD1306OLED
|
||||||
#include "ssd1306.h"
|
// #include "ssd1306.h"
|
||||||
#endif
|
// #endif
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user