-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added matrix transforms for three optional layouts. * Tweaked default keymap to be more immediately useful for ZMK and more closely resemble the default keymaps of non-ZMK firmware. * Board-specific Kconfig settings migrated to main shield file, so they will be exposed to end-users through the setup script. * Removed deprecated label properties and tidied formatting. * Aligned encoder configuration with current standards. * Corrected default number of RGB LEDs.
- Loading branch information
Showing
6 changed files
with
101 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,9 +1,14 @@ | ||
# Uncomment to turn on logging, and set ZMK logging to debug output | ||
# Uncomment to turn on USB logging | ||
# CONFIG_ZMK_USB_LOGGING=y | ||
|
||
# Uncomment both to enable encoder | ||
# Uncomment both to enable encoder(s) | ||
CONFIG_EC11=y | ||
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y | ||
|
||
# Uncomment to enable OLED | ||
CONFIG_ZMK_DISPLAY=y | ||
CONFIG_ZMK_DISPLAY=y | ||
|
||
# Uncomment both to enable underglow | ||
# Note that this will only work if an implementation exists for your board; check under the shield folder for board-specific overlays. | ||
#CONFIG_ZMK_RGB_UNDERGLOW=y | ||
#CONFIG_WS2812_STRIP=y |
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