Updated to QMK 0.23.1
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
#pragma once
|
||||
#include "config_common.h"
|
||||
|
||||
|
||||
|
||||
// USB parameters
|
||||
@ -50,7 +48,7 @@
|
||||
// with keys that convert to other keys on hold
|
||||
// (z becomes ctrl when you hold it, and when this option isn't
|
||||
// enabled, z rapidly followed by x actually sends Ctrl-x)
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
//#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
#define MOUSEKEY_INTERVAL 20
|
||||
#define MOUSEKEY_DELAY 0
|
||||
@ -71,7 +69,7 @@
|
||||
|
||||
// RGBLight (Underglow) config
|
||||
#define RGBLED_NUM 8
|
||||
#define RGB_DI_PIN D7
|
||||
#define WS2812_DI_PIN D7
|
||||
|
||||
#define RGBLIGHT_HUE_STEP 10
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
|
Reference in New Issue
Block a user