Updated to QMK 0.23.1

This commit is contained in:
2023-12-19 12:04:38 -08:00
parent 7cb29a6bba
commit 1067fcc4b5
9 changed files with 15 additions and 16 deletions

View File

@ -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