Micah Halter
Micah Halter
I don't think this repo is a good place for this. I will keep thinking about this in terms of adding it to the docs as a recipe and putting...
Hm with these latest commits I am getting bad experience when doing keybindings with the tap key and it thinking that I am typing 2 keys. Is there a nob...
Also I was experiencing the same issue that you are describing @CVYY39 which is why i added the ability to adjust the tap delay and the fast typing threshold using...
@CVYY39 You can see the logs by reading the serial output of the keyboard while having it connected via USB. I found it by looking through `/dev` on my linux...
@xiongyihui reducing the `debounce_time` to 5 helped with my issues and I don't experience the issue of tap keys after tuning the `debounce_time`, `tap_delay` and `fast_type_thresh` to fit my typing...
I have been doing some initial playing around with this. Initially just playing around with adding the lines ```python self.backlight.pixel(key, 0xFF, 0x00, 0x00) self.backlight.update() ``` at this line https://github.com/makerdiary/python-keyboard/blob/8d184d907b8be2306a0c858cf7363393ac945a9a/keyboard/__init__.py#L430 I'm...
Do you mean what was happening in this line? Or should I be doing it again? https://github.com/makerdiary/python-keyboard/blob/8d184d907b8be2306a0c858cf7363393ac945a9a/keyboard/__init__.py#L425
It turned out to be another issue. I was able to fix it. I am currently using something similar to what you put except a check to see if it's...
I just opened up a PR with the current state of this development (#10)
Yeah I have been trying this as well, but it is still turning on immediately after. The suspend function seems to work as intended tho