only transfer stuff on boards that need it
This commit is contained in:
parent
05eccc1311
commit
a774ff4197
3 changed files with 12 additions and 6 deletions
|
@ -20,12 +20,6 @@
|
|||
// no auto repeat stuff
|
||||
#define QUICK_TAP_TERM 0
|
||||
|
||||
// tranfer enough info for the stuff we render on the OLEDs
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
//
|
||||
// underglow configuration
|
||||
//
|
||||
|
|
|
@ -7,3 +7,9 @@
|
|||
|
||||
// our shared config parts
|
||||
#include "common/config.h"
|
||||
|
||||
// tranfer enough info for the stuff we render on the OLEDs
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
// our shared config parts
|
||||
#include "common/config.h"
|
||||
|
||||
// tranfer enough info for the stuff we render on the OLEDs
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
// power led for caps lock
|
||||
#define LED_CAPS_LOCK_PIN 24
|
||||
#define LED_PIN_ON_STATE 0
|
||||
|
|
Loading…
Reference in a new issue