Compare commits

..

No commits in common. "b76567fd67dd3b9365d901a39e85efe4f16df46e" and "a98f7a0910579bb36fec0aafc8f3365fe3bf6461" have entirely different histories.

3 changed files with 12 additions and 17 deletions

View file

@ -17,7 +17,7 @@ CONFIG_ZMK_DISPLAY=y
CONFIG_BT_MAX_CONN=6
# Set screen blanking to 15s instead of 30s
CONFIG_ZMK_IDLE_TIMEOUT=15000
#CONFIG_ZMK_IDLE_TIMEOUT=15000
################################################################################
# Debugging

View file

@ -29,10 +29,6 @@
sensors = <&encoder_4>;
};
// Purple : &rgb_ug RGB_COLOR_HSB(275, 100, 50)
// Orange : &rgb_ug RGB_COLOR_HSB(35, 100, 50)
// Blue : &rgb_ug RGB_COLOR_HSB(215, 100, 50)
keymap {
compatible = "zmk,keymap";
default_layer {

View file

@ -1,7 +1,5 @@
# Test notes
development/guides/tests
cd app
west test tests/to-layer/normal
@ -22,12 +20,6 @@ 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
@ -53,6 +45,17 @@ 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)
@ -73,10 +76,6 @@ Container tests
};
};
# Workspace documentation
finalize devcontainer-setupworkspace branch, may have existing PR open
# Mouse Keys
- see keymap for codes