blob: 8a866b826d8d0a7bb12a5c7633f60192bd362658 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#pragma once
#include "333fred_config.h"
#define USE_SERIAL
#define EE_HANDS
#define NO_ACTION_MACRO
#undef TAPPING_TERM
#define TAPPING_TERM 200
#undef RGBLED_NUM
#define RGBLED_NUM 24
#define RGBLIGHT_SLEEP
|