mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +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
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
#define RGBLED_NUM 27
|
||||
#define RGBLIGHT_LIMIT_VAL 120
|
||||
#define RGBLIGHT_HUE_STEP 10
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
#define RGBLIGHT_VAL_STEP 16
|
||||
|
@ -1,12 +1,12 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "bootloader.h"
|
||||
#ifdef PROTOCOL_LUFA
|
||||
#include "lufa.h"
|
||||
#include "split_util.h"
|
||||
#endif
|
||||
#ifdef SSD1306OLED
|
||||
#include "ssd1306.h"
|
||||
#endif
|
||||
// #include "bootloader.h"
|
||||
// #ifdef PROTOCOL_LUFA
|
||||
// #include "lufa.h"
|
||||
// #include "split_util.h"
|
||||
// #endif
|
||||
// #ifdef SSD1306OLED
|
||||
// #include "ssd1306.h"
|
||||
// #endif
|
||||
|
||||
extern keymap_config_t keymap_config;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user