- tweaked 32x128 master side. Got the layout and symbols I wanted - trying to track the ploopy nano drag scroll so the OLED will work - added Luna pet skeleton to slave side. need to tweak it.
32 lines
No EOL
682 B
C
32 lines
No EOL
682 B
C
#pragma once
|
|
|
|
/* Split keyboard
|
|
*
|
|
* 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
|
|
#undef SPLIT_MODS_ENABLE
|
|
#undef SPLIT_OLED_ENABLE
|
|
#undef SPLIT_ACTIVITY_ENABLE
|
|
#undef SPLIT_USB_DETECT
|
|
#undef SPLIT_WPM_ENABLE
|
|
|
|
//Set common configuration for all keyboards
|
|
#define SPLIT_TRANSPORT_MIRROR
|
|
#define SPLIT_OLED_ENABLE
|
|
#define SPLIT_ACTIVITY_ENABLE
|
|
#define SPLIT_WPM_ENABLE
|
|
|
|
|
|
#define MASTER_RIGHT |