-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,29 @@ | ||
if SHIELD_SWEEPLE_DONGLE | ||
config ZMK_KEYBOARD_NAME | ||
default "Sweeple" | ||
|
||
config ZMK_KEYBOARD_NAME | ||
default "Sweeple" | ||
config ZMK_SPLIT_ROLE_CENTRAL | ||
default y | ||
|
||
config ZMK_SPLIT_ROLE_CENTRAL | ||
default y | ||
config ZMK_DISPLAY | ||
select LV_USE_CONT | ||
select LV_FONT_MONTSERRAT_26 | ||
select LV_FONT_MONTSERRAT_16 | ||
select LV_USE_LABEL | ||
select LV_USE_IMG | ||
|
||
endif | ||
config I2C | ||
default y | ||
|
||
if SHIELD_SWEEPLE_LEFT || SHIELD_SWEEPLE_RIGHT || SHIELD_SWEEPLE_DONGLE | ||
config SSD1306 | ||
default y | ||
|
||
config ZMK_SPLIT | ||
default y | ||
config SSD1306_REVERSE_MODE | ||
bool | ||
default n | ||
endif | ||
|
||
if SHIELD_SWEEPLE_LEFT || SHIELD_SWEEPLE_RIGHT || SHIELD_SWEEPLE_DONGLE | ||
config ZMK_SPLIT | ||
default y | ||
endif |