Skip to content

Commit

Permalink
add no receiver branch
Browse files Browse the repository at this point in the history
  • Loading branch information
egokb committed Feb 17, 2025
1 parent 36cdf95 commit 52eac69
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 38 deletions.
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#

board: [ "egokb_control" ]
shield: [ "ego62_dongle", "ego62_left", "ego62_right", "settings_reset" ]
shield: [ "ego62_left", "ego62_right", "settings_reset" ]

# ---
# include:
Expand Down
4 changes: 2 additions & 2 deletions config/boards/arm/egokb_control/egokb_control_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ CONFIG_USB_DEVICE_MANUFACTURER="egokb Corporation"
CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y

CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=8
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=8
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=16
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=16

CONFIG_ZMK_USB=y
CONFIG_ZMK_BLE=y
Expand Down
6 changes: 3 additions & 3 deletions config/boards/shields/ego62/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2020 Pete Johanson, Kurtis Lew
# SPDX-License-Identifier: MIT

if SHIELD_EGO62_DONGLE
if SHIELD_EGO62_LEFT

config ZMK_KEYBOARD_NAME
default "ego62"
Expand All @@ -10,11 +10,11 @@ config ZMK_SPLIT_ROLE_CENTRAL
default y

config ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS
default 2
default 1

endif

if SHIELD_EGO62_DONGLE || SHIELD_EGO62_LEFT || SHIELD_EGO62_RIGHT
if SHIELD_EGO62_LEFT || SHIELD_EGO62_RIGHT

config ZMK_SPLIT
default y
Expand Down
3 changes: 0 additions & 3 deletions config/boards/shields/ego62/Kconfig.shield
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Copyright (c) 2020 Pete Johanson, Kurtis Lew
# SPDX-License-Identifier: MIT

config SHIELD_EGO62_DONGLE
def_bool $(shields_list_contains,ego62_dongle)

config SHIELD_EGO62_LEFT
def_bool $(shields_list_contains,ego62_left)

Expand Down
2 changes: 0 additions & 2 deletions config/boards/shields/ego62/ego62_dongle.conf

This file was deleted.

27 changes: 0 additions & 27 deletions config/boards/shields/ego62/ego62_dongle.overlay

This file was deleted.

2 changes: 2 additions & 0 deletions config/boards/shields/ego62/ego62_left.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_ZMK_SPLIT_ROLE_CENTRAL=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=1

0 comments on commit 52eac69

Please sign in to comment.