[Keyboard] XD84 fixes for caps lock led, backlight and firmware size (#5178)
* Enable backlight * Enable Link Time Optimization * Enable caps lock led
This commit is contained in:
parent
030faf951c
commit
9a64c6b82e
6 changed files with 24 additions and 27 deletions
|
@ -47,10 +47,8 @@
|
|||
/* COL2ROW, ROW2COL */
|
||||
//#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
// TODO: NOT WORKING - original kimera code seems to suggest B6 or C7 in backlight.c
|
||||
// however tracing seems to suggest this is not true (as C7 is RGB)
|
||||
#define BACKLIGHT_PIN B5
|
||||
#define BACKLIGHT_LEVELS 3
|
||||
#define BACKLIGHT_LEVELS 10
|
||||
// #define BACKLIGHT_BREATHING
|
||||
|
||||
#define RGB_DI_PIN C7
|
||||
|
@ -239,3 +237,7 @@
|
|||
/* Bootmagic Lite key configuration */
|
||||
// #define BOOTMAGIC_LITE_ROW 0
|
||||
// #define BOOTMAGIC_LITE_COLUMN 0
|
||||
|
||||
// LTO options
|
||||
#define NO_ACTION_MACRO
|
||||
#define NO_ACTION_FUNCTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue