Compare commits
2 Commits
741c2f3ff9
...
48ed00624b
Author | SHA1 | Date | |
---|---|---|---|
48ed00624b | |||
f7ab69f12d |
@ -25,13 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#undef SOFT_SERIAL_PIN
|
||||
#define SOFT_SERIAL_PIN 16U // I broke the original pin
|
||||
|
||||
|
||||
/* Select hand configuration */
|
||||
|
||||
#define MASTER_LEFT
|
||||
// #define MASTER_RIGHT
|
||||
// #define EE_HANDS
|
||||
|
||||
#define SPLIT_WPM_ENABLE
|
||||
|
||||
//#define QUICK_TAP_TERM 0
|
||||
@ -39,4 +32,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
#define OLED_BRIGHTNESS 100
|
||||
#define OLED_TIMEOUT 1800000 // 30 minutes
|
||||
#endif
|
||||
|
@ -3,16 +3,9 @@
|
||||
# Needed for liatris. See here: https://docs.splitkb.com/hc/en-us/articles/6330981035676-Aurora-Build-Guide-20-Flashing-Firmware
|
||||
CONVERT_TO = promicro_rp2040
|
||||
|
||||
CONSOLE_ENABLE = yes # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
|
||||
RGBLIGHT_ENABLE = yes
|
||||
RGB_MATRIX_ENABLE = no
|
||||
|
||||
OLED_DRIVER = SSD1306
|
||||
OLED_ENABLE = yes
|
||||
#CONSOLE_ENABLE = yes # Console for debug
|
||||
#COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
|
||||
WPM_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
VIA_ENABLE = no
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user