Compare commits

...

2 Commits

Author SHA1 Message Date
48ed00624b clean up 2023-05-31 20:38:58 +02:00
f7ab69f12d set oled timeout 2023-05-31 20:36:23 +02:00
2 changed files with 3 additions and 16 deletions

View File

@ -25,13 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#undef SOFT_SERIAL_PIN #undef SOFT_SERIAL_PIN
#define SOFT_SERIAL_PIN 16U // I broke the original 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 SPLIT_WPM_ENABLE
//#define QUICK_TAP_TERM 0 //#define QUICK_TAP_TERM 0
@ -39,4 +32,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef OLED_ENABLE #ifdef OLED_ENABLE
#define OLED_BRIGHTNESS 100 #define OLED_BRIGHTNESS 100
#define OLED_TIMEOUT 1800000 // 30 minutes
#endif #endif

View File

@ -3,16 +3,9 @@
# Needed for liatris. See here: https://docs.splitkb.com/hc/en-us/articles/6330981035676-Aurora-Build-Guide-20-Flashing-Firmware # Needed for liatris. See here: https://docs.splitkb.com/hc/en-us/articles/6330981035676-Aurora-Build-Guide-20-Flashing-Firmware
CONVERT_TO = promicro_rp2040 CONVERT_TO = promicro_rp2040
CONSOLE_ENABLE = yes # Console for debug #CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration #COMMAND_ENABLE = no # Commands for debug and configuration
RGBLIGHT_ENABLE = yes
RGB_MATRIX_ENABLE = no
OLED_DRIVER = SSD1306
OLED_ENABLE = yes
WPM_ENABLE = yes WPM_ENABLE = yes
LTO_ENABLE = yes LTO_ENABLE = yes
VIA_ENABLE = no VIA_ENABLE = no