Compare commits
No commits in common. "48ed00624b6c9857c113841e59966c67bcc17a28" and "741c2f3ff956e84fd98108030bcfdc3ff72a0a4f" have entirely different histories.
48ed00624b
...
741c2f3ff9
@ -25,6 +25,13 @@ 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
|
||||||
@ -32,5 +39,4 @@ 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
|
||||||
|
@ -3,9 +3,16 @@
|
|||||||
# 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user