Skip to content

Commit

Permalink
enable dongle in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jan 14, 2025
1 parent 13de683 commit a624a83
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ include:
artifact-name: chuck-unibody
```

Modify your `config/one-up-chuck.conf` file with these changes:

```conf
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_ZMK_STUDIO=y
```

To customize the keymap for your One Up Chuck board, you can copy the
[default keymap][keymap] from this repo to the `config` directory of
your zmk config repo and edit it from there.
Expand Down
30 changes: 30 additions & 0 deletions config/one_up_chuck.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# Enable ZMK Studio
CONFIG_ZMK_STUDIO=y

# Enable the encoder
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

# RGBled widget settings
CONFIG_RGBLED_WIDGET_BATTERY_BLINK_MS=2000
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_HIGH=33
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_LOW=15
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_CRITICAL=10
CONFIG_RGBLED_WIDGET_CONN_BLINK_MS=2000
CONFIG_RGBLED_WIDGET_CONN_COLOR_ADVERTISING=7
CONFIG_RGBLED_WIDGET_CONN_COLOR_DISCONNECTED=5

# Set defaults for macros
CONFIG_ZMK_MACRO_DEFAULT_WAIT_MS=35
CONFIG_ZMK_MACRO_DEFAULT_TAP_MS=35

# ZMK Sleep (after one hour)
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000

# Mouse
CONFIG_ZMK_POINTING=y

# Increase Bluetooth signal
#CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Fix MacOS Sequoia BT stack changes
CONFIG_BT_PERIPHERAL_PREF_MIN_INT=12

0 comments on commit a624a83

Please sign in to comment.