2019-02-26 16:01:46 -05:00
|
|
|
#pragma once
|
|
|
|
|
2019-04-02 19:56:28 -04:00
|
|
|
#define TAPPING_TERM 250
|
2019-02-26 16:01:46 -05:00
|
|
|
#define RETRO_TAPPING
|
2021-02-10 09:21:46 -05:00
|
|
|
#define FORCE_NKRO
|
2019-03-03 18:31:12 -05:00
|
|
|
|
|
|
|
#ifdef RGBLIGHT_ENABLE
|
2020-04-08 18:56:55 -04:00
|
|
|
#define RGBLIGHT_LAYERS
|
2019-03-03 18:31:12 -05:00
|
|
|
#define RGBLIGHT_SLEEP
|
|
|
|
#endif
|
2020-12-07 20:18:04 -05:00
|
|
|
|
|
|
|
#ifdef KEYBOARD_sneakbox_aliceclone
|
|
|
|
#define INDICATOR_PIN_0 D7
|
|
|
|
#define INDICATOR_PIN_1 D6
|
2021-11-28 15:00:37 -05:00
|
|
|
#define INDICATOR_PIN_2 D4
|
2020-12-07 20:18:04 -05:00
|
|
|
#endif
|
2021-02-07 12:26:39 -05:00
|
|
|
|
|
|
|
#ifdef KEYBOARD_boardsource_the_mark
|
|
|
|
#define RGB_MATRIX_KEYPRESSES
|
2021-11-28 15:00:37 -05: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
|