Tweak notes
This commit is contained in:
parent
98f15f5ea7
commit
1f4625d33d
|
@ -8,6 +8,10 @@
|
||||||
- ONLY the central half should be paired to a computer via BT
|
- ONLY the central half should be paired to a computer via BT
|
||||||
- Central half is the only half that has to be plugged into usb for usb hid support
|
- Central half is the only half that has to be plugged into usb for usb hid support
|
||||||
|
|
||||||
|
# Generating settings reset images
|
||||||
|
|
||||||
|
west build --board nice_nano -d build/settings_reset -- -DSHIELD=settings_reset
|
||||||
|
|
||||||
# User Behaviors
|
# User Behaviors
|
||||||
|
|
||||||
Needs documentation, see pockettype and mdk dongle for ideas -- specifically the LED code and CMakeLists.txt
|
Needs documentation, see pockettype and mdk dongle for ideas -- specifically the LED code and CMakeLists.txt
|
||||||
|
@ -73,10 +77,6 @@ Generic behavior for led on/off via gpio (see pocket type / mdk personal sources
|
||||||
- Push and hold button to clear BT profile
|
- Push and hold button to clear BT profile
|
||||||
- Tap button to connect to default BT profile
|
- Tap button to connect to default BT profile
|
||||||
|
|
||||||
# Generating settings reset images
|
|
||||||
|
|
||||||
west build --board nice_nano -d build/settings_reset -- -DSHIELD=settings_reset
|
|
||||||
|
|
||||||
# VS Code Documentation
|
# VS Code Documentation
|
||||||
|
|
||||||
- Command Pallet -> Run Task -> npm -> Shows list of npm build tasks for the docs
|
- Command Pallet -> Run Task -> npm -> Shows list of npm build tasks for the docs
|
||||||
|
|
Loading…
Reference in a new issue