Skip to content

Commit

Permalink
wakeup source in composite kscan
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Feb 20, 2025
1 parent a517042 commit f29a02b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that you must be signed in to github to download.

Unzip the firmware to find the following firmware files:

- chuck-unibody: for using the keyboard without a dongle
- chuck-unibody-ble: for using the keyboard wirelessly without a dongle
- chuck-peripheral: for using the keyboad with a dongle
- chuck-dongle: to install the firmware onto the [Prospector ZMK dongle][prospector]
- chuck-wired-rp2040: if you use the xiao rp2040 mcu
Expand Down Expand Up @@ -91,7 +91,7 @@ include:
- board: seeeduino_xiao_ble
shield: one_up_chuck_unibody rgbled_adapter
snippet: studio-rpc-usb-uart
artifact-name: chuck-unibody
artifact-name: chuck-unibody-ble
```

For One Up Chuck with a dongle:
Expand Down Expand Up @@ -191,7 +191,7 @@ See the graphic below for more details:

[actions]: https://github.com/ctranstrum/chuck/actions
[chuck]: https://github.com/ctranstrum/chuck
[config]: config/one-up-chuck.conf
[config]: config/one_up_chuck.conf
[keymap]: https://github.com/ctranstrum/chuck/tree/zmk/boards/shields/chuck/one_up_chuck.keymap
[prospector]: https://github.com/carrefinho/prospector
[studio]: https://zmk.studio
Expand Down
2 changes: 2 additions & 0 deletions boards/shields/chuck/one_up_chuck_kscan.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
direct {
kscan = <&kscan2>;
};

wakeup-source;
};

kscan1: kscan_chuck {
Expand Down
3 changes: 1 addition & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include:
- board: seeeduino_xiao_ble
shield: one_up_chuck_unibody rgbled_adapter
snippet: studio-rpc-usb-uart
artifact-name: chuck-unibody
artifact-name: chuck-unibody-ble

# One Up Chuck Dongle (optional)
- board: seeeduino_xiao_ble
Expand All @@ -15,7 +15,6 @@ include:
artifact-name: chuck-peripheral

# One Up Chuck wired only with the XIAO RP2040
# note: the rgbled adapter is not needed
- board: seeeduino_xiao_rp2040
shield: one_up_chuck_unibody rgbled_adapter
snippet: studio-rpc-usb-uart
Expand Down
6 changes: 2 additions & 4 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ manifest:
url-base: https://github.com/caksoylar
- name: carrefinho
url-base: https://github.com/carrefinho
- name: ctranstrum
url-base: https://github.com/ctranstrum
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: zmk-rgbled-layer-widget
remote: ctranstrum
- name: zmk-rgbled-widget
remote: caksoylar
revision: main
- name: prospector-zmk-module
remote: carrefinho
Expand Down

0 comments on commit f29a02b

Please sign in to comment.