refactor(shields): MurphPad
* Added matrix transforms and physical layouts for three typical configurations. * 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. * Tidied formatting and shortened overlong layer labels. * Aligned encoder configuration with current standards. * Corrected default number of RGB LEDs. * Enabled OLED by default in a less authoritarian way.
This commit is contained in:
parent
11537ebee6
commit
7dfc6ab31d
8 changed files with 264 additions and 48 deletions
|
|
@ -6,6 +6,9 @@ if SHIELD_MURPHPAD
|
|||
config ZMK_KEYBOARD_NAME
|
||||
default "MurphPad"
|
||||
|
||||
config ZMK_DISPLAY
|
||||
default y
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
||||
config I2C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue