made default ffkb underglow to twinkle

This commit is contained in:
Sadek Baroudi 2021-10-27 00:55:51 -07:00
parent 037fb1c709
commit 9e59fffb5b
2 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_FORCE_HOLD
#define IGNORE_MOD_TAP_INTERRUPT
// Use twinkle as the default rgb mode for the layers
#define DEFAULT_RGB_LAYER_MODE RGBLIGHT_MODE_TWINKLE+2
#define RGB_DI_PIN F0 // 41
#ifdef RGBLIGHT_ENABLE
#define RGBLED_NUM 42

View File

@ -51,6 +51,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_FORCE_HOLD
#define IGNORE_MOD_TAP_INTERRUPT
// Use twinkle as the default rgb mode for the layers
#define DEFAULT_RGB_LAYER_MODE RGBLIGHT_MODE_TWINKLE+2
#define RGB_DI_PIN F0 // 41
#ifdef RGBLIGHT_ENABLE
#define RGBLED_NUM 42