forked from kofal.net/zmk
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:
@@ -1,9 +1,15 @@
|
||||
# Uncomment to turn on logging, and set ZMK logging to debug output
|
||||
# CONFIG_ZMK_USB_LOGGING=y
|
||||
# To enable logging, use the snippet per the documentation.
|
||||
# Delaying log output may help catch issues close to startup. Uncomment and adjust if necessary (default is 1000ms)
|
||||
#CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=3000
|
||||
|
||||
# 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
|
||||
# Uncomment to disable OLED
|
||||
#CONFIG_ZMK_DISPLAY=n
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user