Coder Social home page Coder Social logo

Comments (4)

Limero avatar Limero commented on May 24, 2024 1

@KarlK90 Just tried out your branch, that works perfectly! 🎉

from qmk_firmware.

KarlK90 avatar KarlK90 commented on May 24, 2024

Hello @Limero PR #21656 landed in the develop branch some weeks ago that addresses wake-up issues on ChibiOS based boards (tofu60 is based on the rp2040 it seems, so it uses ChibiOS under the hood). Please compile a firmware from the develop branch and see if this solves the issues for you.

from qmk_firmware.

Limero avatar Limero commented on May 24, 2024

@KarlK90 Thanks! Using develop did fix this particular issue but caused another. The key used to wake the computer goes directly to my lock screen (swaylock), meaning that if I unlock the computer with a letter key, it has to be the first letter of my password or I will need to backspace. This issue doesn't seem to happen on macOS nor on any of my other keyboards.

Edit: Tested again with a non-QMK keyboard and the first character goes to the lockscreen as well, so it seems to be unrelated to QMK :)

from qmk_firmware.

KarlK90 avatar KarlK90 commented on May 24, 2024

@KarlK90 Thanks! Using develop did fix this particular issue

@Limero Great that it solved your issue.

but caused another. The key used to wake the computer goes directly to my lock screen (swaylock), meaning that if I unlock the computer with a letter key, it has to be the first letter of my password or I will need to backspace. This issue doesn't seem to happen on macOS nor on any of my other keyboards.

This is actually a bug in QMK as the key presses used to wake up the host are not suppressed.

Before the new async usb endpoints it was a bit of a gamble depending on keyboard MCU and OS if the key press used to wake the host actually reached the host. For the new async USB handling, which should guarantee the delivery, I just implemented #23389 which suppresses all wakeup key presses. Please try if this fixes the issue.

from qmk_firmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.