diff options
author | zvecr <git@zvecr.com> | 2019-02-19 00:48:52 +0000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-18 16:48:52 -0800 |
commit | 9a64c6b82ef7fc46e35f7d8c35eeccf3961ba0bf (patch) | |
tree | eb2b6f74648a3a9a2435f5f6c642599c0d843910 /keyboards/xd84/config.h | |
parent | 030faf951cb99840394c56803958f249383e9362 (diff) | |
download | qmk_firmware-9a64c6b82ef7fc46e35f7d8c35eeccf3961ba0bf.tar.gz |
[Keyboard] XD84 fixes for caps lock led, backlight and firmware size (#5178)
* Enable backlight
* Enable Link Time Optimization
* Enable caps lock led
Diffstat (limited to 'keyboards/xd84/config.h')
-rw-r--r-- | keyboards/xd84/config.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/xd84/config.h b/keyboards/xd84/config.h index b2f850c18..abb9f17a5 100644 --- a/keyboards/xd84/config.h +++ b/keyboards/xd84/config.h @@ -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 |