Browse Source

fix(shields): Enable USB by default on right side.

* Ensures USB power detection for sleep/charging
  is properly detected on the right side by deafult.
xmkb
Pete Johanson 4 years ago
parent
commit
4fc17e0b3a
  1. 3
      app/boards/shields/corne/Kconfig.defconfig
  2. 3
      app/boards/shields/cradio/Kconfig.defconfig
  3. 3
      app/boards/shields/iris/Kconfig.defconfig
  4. 3
      app/boards/shields/jian/Kconfig.defconfig
  5. 3
      app/boards/shields/jorne/Kconfig.defconfig
  6. 3
      app/boards/shields/kyria/Kconfig.defconfig
  7. 3
      app/boards/shields/lily58/Kconfig.defconfig
  8. 3
      app/boards/shields/microdox/Kconfig.defconfig
  9. 3
      app/boards/shields/quefrency/Kconfig.defconfig
  10. 4
      app/boards/shields/sofle/Kconfig.defconfig
  11. 3
      app/boards/shields/splitreus62/Kconfig.defconfig

3
app/boards/shields/corne/Kconfig.defconfig

@ -13,6 +13,9 @@ if SHIELD_CORNE_RIGHT @@ -13,6 +13,9 @@ if SHIELD_CORNE_RIGHT
config ZMK_KEYBOARD_NAME
default "Corne Right"
config USB
default y
endif
if SHIELD_CORNE_LEFT || SHIELD_CORNE_RIGHT

3
app/boards/shields/cradio/Kconfig.defconfig

@ -16,6 +16,9 @@ if SHIELD_CRADIO_RIGHT @@ -16,6 +16,9 @@ if SHIELD_CRADIO_RIGHT
config ZMK_KEYBOARD_NAME
default "cradio right"
config USB
default y
endif
if SHIELD_CRADIO_LEFT || SHIELD_CRADIO_RIGHT

3
app/boards/shields/iris/Kconfig.defconfig

@ -16,6 +16,9 @@ if SHIELD_IRIS_RIGHT @@ -16,6 +16,9 @@ if SHIELD_IRIS_RIGHT
config ZMK_KEYBOARD_NAME
default "Iris Right"
config USB
default y
endif
if SHIELD_IRIS_LEFT || SHIELD_IRIS_RIGHT

3
app/boards/shields/jian/Kconfig.defconfig

@ -15,6 +15,9 @@ if SHIELD_JIAN_RIGHT @@ -15,6 +15,9 @@ if SHIELD_JIAN_RIGHT
config ZMK_KEYBOARD_NAME
default "Jian Right"
config USB
default y
endif
if SHIELD_JIAN_LEFT || SHIELD_JIAN_RIGHT

3
app/boards/shields/jorne/Kconfig.defconfig

@ -15,6 +15,9 @@ if SHIELD_JORNE_RIGHT @@ -15,6 +15,9 @@ if SHIELD_JORNE_RIGHT
config ZMK_KEYBOARD_NAME
default "Jorne Right"
config USB
default y
endif
if SHIELD_JORNE_LEFT || SHIELD_JORNE_RIGHT

3
app/boards/shields/kyria/Kconfig.defconfig

@ -15,6 +15,9 @@ if SHIELD_KYRIA_RIGHT @@ -15,6 +15,9 @@ if SHIELD_KYRIA_RIGHT
config ZMK_KEYBOARD_NAME
default "Kyria Right"
config USB
default y
endif
if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT

3
app/boards/shields/lily58/Kconfig.defconfig

@ -14,6 +14,9 @@ if SHIELD_LILY58_RIGHT @@ -14,6 +14,9 @@ if SHIELD_LILY58_RIGHT
config ZMK_KEYBOARD_NAME
default "Lily58 Right"
config USB
default y
endif
if SHIELD_LILY58_LEFT || SHIELD_LILY58_RIGHT

3
app/boards/shields/microdox/Kconfig.defconfig

@ -17,6 +17,9 @@ if SHIELD_MICRODOX_RIGHT @@ -17,6 +17,9 @@ if SHIELD_MICRODOX_RIGHT
config ZMK_KEYBOARD_NAME
default "Microdox Right"
config USB
default y
endif
if SHIELD_MICRODOX_LEFT || SHIELD_MICRODOX_RIGHT

3
app/boards/shields/quefrency/Kconfig.defconfig

@ -17,6 +17,9 @@ if SHIELD_QUEFRENCY_RIGHT @@ -17,6 +17,9 @@ if SHIELD_QUEFRENCY_RIGHT
config ZMK_KEYBOARD_NAME
default "Quefrency Right"
config USB
default y
endif
if SHIELD_QUEFRENCY_LEFT || SHIELD_QUEFRENCY_RIGHT

4
app/boards/shields/sofle/Kconfig.defconfig

@ -15,6 +15,10 @@ if SHIELD_SOFLE_RIGHT @@ -15,6 +15,10 @@ if SHIELD_SOFLE_RIGHT
config ZMK_KEYBOARD_NAME
default "Sofle Right"
config USB
default y
endif
if SHIELD_SOFLE_LEFT || SHIELD_SOFLE_RIGHT

3
app/boards/shields/splitreus62/Kconfig.defconfig

@ -18,6 +18,9 @@ if SHIELD_SPLITREUS62_RIGHT @@ -18,6 +18,9 @@ if SHIELD_SPLITREUS62_RIGHT
config ZMK_KEYBOARD_NAME
default "Splitreus62 Right"
config USB
default y
endif
if SHIELD_SPLITREUS62_LEFT || SHIELD_SPLITREUS62_RIGHT

Loading…
Cancel
Save