Fixed formatting and added font file
This commit is contained in:
parent
5b8f1327d8
commit
2a7c715bc6
6 changed files with 250 additions and 7 deletions
|
@ -1,8 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#define MASTER_RIGHT
|
||||
#define EE_HANDS
|
||||
#define USE_SERIAL_PD2
|
||||
|
||||
#define OLED_DISABLE_TIMEOUT
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# undef RGBLED_NUM
|
||||
# define RGBLED_NUM 27
|
||||
|
@ -26,6 +29,3 @@
|
|||
# define RGB_MATRIX_VAL_STEP 5
|
||||
# define RGB_MATRIX_SPD_STEP 10
|
||||
#endif
|
||||
|
||||
#define OLED_DISABLE_TIMEOUT
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
|
|
|
@ -20,4 +20,4 @@ TAP_DANCE_ENABLE = yes # Enable Tap Dance.
|
|||
OLED_DRIVER_ENABLE = yes
|
||||
BOOTLOADER = atmel-dfu
|
||||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||
SPLIT_TRANSPORT = mirror
|
||||
SPLIT_TRANSPORT = mirror
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue