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