diff --git a/app/boards/shields/helix_4/Kconfig.defconfig b/app/boards/shields/helix_4/Kconfig.defconfig index 66e88cca..15bce7b9 100644 --- a/app/boards/shields/helix_4/Kconfig.defconfig +++ b/app/boards/shields/helix_4/Kconfig.defconfig @@ -9,12 +9,14 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL endif - if SHIELD_HELIX_4_RIGHT config ZMK_KEYBOARD_NAME default "Helix Right" +config USB + default y + endif if SHIELD_HELIX_4_LEFT || SHIELD_HELIX_4_RIGHT @@ -32,17 +34,4 @@ config WS2812_STRIP endif # ZMK_RGB_UNDERGLOW -if ZMK_DISPLAY - -config I2C - default y - -config SSD1306 - default y - -config SSD1306_REVERSE_MODE - default y - -endif # ZMK_DISPLAY - endif diff --git a/app/boards/shields/helix_4/helix_4_left.conf b/app/boards/shields/helix_4/helix_4_left.conf deleted file mode 100644 index e69de29b..00000000 diff --git a/app/boards/shields/helix_4/helix_4_right.conf b/app/boards/shields/helix_4/helix_4_right.conf deleted file mode 100644 index e69de29b..00000000