forked from mirror/qmk_firmware
Apply fixes to own keymap
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user