Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ibmpc_usb: added support for the Siemens F500 "Term Func" key #760

Closed
wants to merge 1 commit into from
Closed

ibmpc_usb: added support for the Siemens F500 "Term Func" key #760

wants to merge 1 commit into from

Commits on Jun 9, 2023

  1. ibmpc_usb: added support for the Siemens F500 "Term Func" key

    This sends a non-standard E012E000 (Make) and F012F000 (Break).
    Therefore, we must no longer check for 0 codes in the CS2_E0 and CS2_E0_F0 states.
    The check for 0 codes has therefore been moved into the individual process_csX() methods.
    
    The "Term Func" key is mapped to "Volume Down" by default, since that matches the
    keyboard geometry.
    rhaberkorn committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b604da5 View commit details
    Browse the repository at this point in the history