mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
More cleanup
- added more time for config layer to activate - Cleaned up unused code (e.g. combos, split config) - removed uneeded oled driver include
This commit is contained in:
parent
f8603e9bd4
commit
f7b6532483
1 changed files with 8 additions and 6 deletions
|
@ -4,8 +4,15 @@
|
|||
*
|
||||
* https://docs.qmk.fm/#/feature_split_keyboard
|
||||
*
|
||||
*
|
||||
* needed for for the rgb matrix indicators to work
|
||||
* - SPLIT_LAYER_STATE_ENABLE
|
||||
* - SPLIT_LED_STATE_ENABLE
|
||||
* - SPLIT_MODS_ENABLE
|
||||
*
|
||||
*/
|
||||
|
||||
//Clear variables we plan to use that might be set elsewhere
|
||||
#undef SPLIT_TRANSPORT_MIRROR
|
||||
#undef SPLIT_LAYER_STATE_ENABLE
|
||||
#undef SPLIT_LED_STATE_ENABLE
|
||||
|
@ -14,14 +21,9 @@
|
|||
#undef SPLIT_ACTIVITY_ENABLE
|
||||
#undef SPLIT_USB_DETECT
|
||||
|
||||
|
||||
|
||||
//Set common configuration for all keyboards
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
//#define SPLIT_LAYER_STATE_ENABLE
|
||||
//#define SPLIT_LED_STATE_ENABLE
|
||||
//#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
#define SPLIT_ACTIVITY_ENABLE
|
||||
//# define SPLIT_USB_DETECT
|
||||
|
||||
#define MASTER_RIGHT
|
Loading…
Add table
Add a link
Reference in a new issue