davidphilipbarr/Sweep

Which is the behaviour of the on/off switch?

Closed this issue · 7 comments

I got a preassembled sweep with nice!nanos but it seems like the switches don't turn it off, is that the intended behaviour or is it incorrectly mounted?

I took the picture with the switch on and off but I can type with it no matter what

@leiserfg How can the switch do anything if the battery is directly connected to the nice!nano?
In order for it to work, the battery must be connected to the sweep PCB.

battery-schematic-sweep

In case you don't have the tools to fix it, I recommend using these settings in your cradio.conf

# enable deep sleep support
CONFIG_ZMK_SLEEP=y

# the keyboard disconnects from bluetooth.
# uses very little power, but it may take
# a few seconds to reconnect after waking.
# 1.800.000 ms = 30 minutes
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000

(adjust timeout value according to your preference)

Thanks a lot, I supposed it was not well wired but didn't know the correct way to do it, I'll recompile the firmware that way and try to rewire it once I get a good iron.