2019-02-26 21:01:46 +00:00
|
|
|
#pragma once
|
|
|
|
|
2019-04-02 23:56:28 +00:00
|
|
|
#define TAPPING_TERM 250
|
2019-02-26 21:01:46 +00:00
|
|
|
#define RETRO_TAPPING
|
2021-02-10 14:21:46 +00:00
|
|
|
#define FORCE_NKRO
|
2019-03-03 23:31:12 +00:00
|
|
|
|
|
|
|
#ifdef RGBLIGHT_ENABLE
|
2020-04-08 22:56:55 +00:00
|
|
|
#define RGBLIGHT_LAYERS
|
2019-03-03 23:31:12 +00:00
|
|
|
#define RGBLIGHT_SLEEP
|
|
|
|
#endif
|
2020-12-08 01:18:04 +00:00
|
|
|
|
|
|
|
#ifdef KEYBOARD_sneakbox_aliceclone
|
|
|
|
#define INDICATOR_PIN_0 D7
|
|
|
|
#define INDICATOR_PIN_1 D6
|
|
|
|
#define INDICATOR_PIN_2 D4
|
|
|
|
#endif
|
2021-02-07 17:26:39 +00:00
|
|
|
|
|
|
|
#ifdef KEYBOARD_boardsource_the_mark
|
|
|
|
#define RGB_MATRIX_KEYPRESSES
|
|
|
|
#endif
|