Willow Herring
Willow Herring
Spotted another bug, currently consumer reports dont write. the fix entailed changing https://github.com/zmkfirmware/zmk/blob/025bfd92900eab6d186a8dac2cc4cff5fc6e68b7/app/src/hog.c#L261 the size from 10 to 12
I did the same thing here https://github.com/ReFil/zmk/blob/adv360-beta/app/src/rgb_underglow.c
Layer indication is tricky to do with only single colour LEDs, although you can indicate one additional layer I guess. Polarity works have done full colours per layer using extra...
If it's alright I'll send you a revised rotr folder with a better keymap and a few definition tweaks to match the bt60s
@caksoylar There's been some prior discussion of that in https://github.com/zmkfirmware/zmk/pull/2033#discussion_r1438859308 I think changing to that abruptly would break a lot of custom display and widget implementations, there'd need to be...
There is but it doesn't work quite right. This gets addressed in #2036 as it's needed for that functionality
I think it makes sense for RGB and backlighting to use USB power and not charging for their auto off triggers as otherwise the RGB and backlighting might randomly change...
You can turn off battery level monitoring with CONFIG_BT_BAS=n in your _defconfig or .conf file
Rebased and changed the HID Indicators code to use this system too
This should resolve https://github.com/zmkfirmware/zmk/issues/1494 for RGB and backlighting