From eee730fb1336a908df1904de46fd46838cba7547 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 29 Dec 2020 00:17:09 +0000 Subject: [PATCH] Update notes --- keyboards/zmk-config/notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/keyboards/zmk-config/notes.md b/keyboards/zmk-config/notes.md index 90ab5886..0d84f766 100644 --- a/keyboards/zmk-config/notes.md +++ b/keyboards/zmk-config/notes.md @@ -8,6 +8,14 @@ - 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 +# User Behaviors + +Needs documentation, see pockettype and mdk dongle for ideas -- specifically the LED code and CMakeLists.txt + +# LEDs + +Generic behavior for led on/off via gpio (see pocket type / mdk personal sources for ideas) + # Dyanmic Layer Actions - look at hold tap implementation for inspiration (keymap file poprtion) @@ -29,8 +37,17 @@ # Hardware To Do / Notes +## Dongles + +- Setup user buttons via user code to trip boot loader / other things + - Can do `zmk-config/config/boards/shields/CMakeLists.txt` +- Setup dedicated mdk dongle shield +- Remove local tg4x / pockettype dongle configs +- Part of readme shows the necessary conf tweaks/items that need to be added to zmk-config for a board + ## 40% +- Reconcile against main zmk repo and submit appropriate PRs - Figure out underglow ## Tidbit