From 1f4625d33d1ecc34b9b20c120e0c2e18dbeedae2 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 29 Dec 2020 00:20:50 +0000 Subject: [PATCH] Tweak notes --- keyboards/zmk-config/notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keyboards/zmk-config/notes.md b/keyboards/zmk-config/notes.md index 0d84f766..ae5e5639 100644 --- a/keyboards/zmk-config/notes.md +++ b/keyboards/zmk-config/notes.md @@ -8,6 +8,10 @@ - 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 +# Generating settings reset images + +west build --board nice_nano -d build/settings_reset -- -DSHIELD=settings_reset + # User Behaviors 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 - 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 - Command Pallet -> Run Task -> npm -> Shows list of npm build tasks for the docs