- standardize the documentation in my config files - Removed all the unused/unneeded feature .c/.h files (including RGBmatrix) - now that I think I have my featureset set, I consolidated my rules.mk to lessen the 'include if' commands
27 lines
No EOL
520 B
C
27 lines
No EOL
520 B
C
#pragma once
|
|
|
|
/* Split keyboard
|
|
*
|
|
* https://docs.qmk.fm/#/feature_split_keyboard
|
|
*
|
|
*/
|
|
|
|
#undef SPLIT_TRANSPORT_MIRROR
|
|
#undef SPLIT_LAYER_STATE_ENABLE
|
|
#undef SPLIT_LED_STATE_ENABLE
|
|
#undef SPLIT_MODS_ENABLE
|
|
#undef SPLIT_OLED_ENABLE
|
|
#undef SPLIT_ACTIVITY_ENABLE
|
|
#undef SPLIT_USB_DETECT
|
|
|
|
|
|
|
|
#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 |