2019-02-27 05:01:46 +08:00
|
|
|
#pragma once
|
|
|
|
|
2019-04-03 07:56:28 +08:00
|
|
|
#define TAPPING_TERM 250
|
2019-02-27 05:01:46 +08:00
|
|
|
#define RETRO_TAPPING
|
2021-02-10 22:21:46 +08:00
|
|
|
#define FORCE_NKRO
|
2019-03-04 07:31:12 +08:00
|
|
|
|
|
|
|
#ifdef RGBLIGHT_ENABLE
|
2020-04-09 06:56:55 +08:00
|
|
|
#define RGBLIGHT_LAYERS
|
2019-03-04 07:31:12 +08:00
|
|
|
#define RGBLIGHT_SLEEP
|
|
|
|
#endif
|
2020-12-08 09:18:04 +08:00
|
|
|
|
|
|
|
#ifdef KEYBOARD_sneakbox_aliceclone
|
|
|
|
#define INDICATOR_PIN_0 D7
|
|
|
|
#define INDICATOR_PIN_1 D6
|
2021-11-29 04:00:37 +08:00
|
|
|
#define INDICATOR_PIN_2 D4
|
2020-12-08 09:18:04 +08:00
|
|
|
#endif
|
2021-02-08 01:26:39 +08:00
|
|
|
|
|
|
|
#ifdef KEYBOARD_boardsource_the_mark
|
|
|
|
#define RGB_MATRIX_KEYPRESSES
|
2021-11-29 04:00:37 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef KEYBOARD_jacky_studio_bear_65
|
|
|
|
#define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
|
|
|
|
#define ENABLE_RGB_MATRIX_MULTISPLASH
|
|
|
|
#define ENABLE_RGB_MATRIX_TYPING_HEATMAP
|
|
|
|
#endif
|