Moved RGB code into keymap. Moved leader key settings into config.h

This commit is contained in:
2021-06-10 00:33:05 +02:00
parent 58742ed9e7
commit 02d22c9381
4 changed files with 11 additions and 12 deletions

View File

@@ -17,4 +17,4 @@
{ R30, R31, R32, KC_NO, KC_NO, KC_NO } \
}
#define FW_VERSION "2.21"
#define FW_VERSION "2.22"

View File

@@ -31,13 +31,6 @@
/* Configure pin used for selecting handness */
#define SPLIT_HAND_PIN F5
/* Configure rgb under glow */
#define RGB_DI_PIN D3
#define RGBLED_NUM 6
#define RGBLED_SPLIT { 3, 3 }
#define RGBLIGHT_SPLIT
#define RGBLIGHT_EFFECT_BREATHING
/* Enable split usb detect for Sparkfun Pro Micro */
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 1500
@@ -49,6 +42,10 @@
/* Set the maximum time allowed between taps */
#define TAPPING_TERM 250
/* Configure leader key */
#define LEADER_TIMEOUT 300
#define LEADER_PER_KEY_TIMING
/* Allow quick tapping not to trigger modifier hold */
#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY

View File

@@ -1,2 +1,6 @@
#define LEADER_TIMEOUT 300
#define LEADER_PER_KEY_TIMING
/* Configure rgb under glow */
#define RGB_DI_PIN D3
#define RGBLED_NUM 6
#define RGBLED_SPLIT { 3, 3 }
#define RGBLIGHT_SPLIT
#define RGBLIGHT_EFFECT_BREATHING

View File

@@ -1,2 +0,0 @@
#define LEADER_TIMEOUT 300
#define LEADER_PER_KEY_TIMING