From b76567fd67dd3b9365d901a39e85efe4f16df46e Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 15 Dec 2020 12:26:47 +0000 Subject: [PATCH] update zmk notes --- keyboards/zmk-config/notes.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/keyboards/zmk-config/notes.md b/keyboards/zmk-config/notes.md index 840ee977..3a54f838 100644 --- a/keyboards/zmk-config/notes.md +++ b/keyboards/zmk-config/notes.md @@ -1,5 +1,7 @@ # Test notes +development/guides/tests + cd app west test tests/to-layer/normal @@ -20,6 +22,12 @@ https://github.com/nuxiom/zmk/tree/60split Also apply to underglow if Pete doesn't get there first +# Docker container use less instead of more + +- need to install 'less' package +- need to set PAGER env var to 'less' +- submit as pr to zmk-docker repo AFTER testing locally + # Local github CI actions run See https://github.com/nektos/act as a potential way to run local GH actions ahead of opening a PR @@ -45,17 +53,6 @@ Container tests - west build -d build/ -t ram_report - west build -t menuconfig -# Keycode for setting hsv of underglow - -Prior to dynamic layers, implement a behavior that can set the hsv values for underglow - -&rgb_ug sethsv (h,s,v) # this is the general behavior format - -see bt behavior definitions for how to fake / fudge the optional 2nd parm - -sethsv and sethsb defines so they are the same to end users - https://discord.com/channels/719497620560543766/719565084208398406/786814476048400424 - # Dyanmic Layer Actions - look at hold tap implementation for inspiration (keymap file poprtion) @@ -76,6 +73,10 @@ sethsv and sethsb defines so they are the same to end users }; }; +# Workspace documentation + +finalize devcontainer-setupworkspace branch, may have existing PR open + # Mouse Keys - see keymap for codes