the-via / app

GNU General Public License v3.0
816 stars 186 forks source link

Handle custom keycodes better #109

Closed wilba closed 1 year ago

wilba commented 1 year ago

Previously, we were using USER00 to USER15, I changed this to USER(0) to USER(15) but really we should stop using the term "user" because these keycodes are called "custom" in the definitions and are supposed to be keyboard-specific, not end-user.

This is aligned with QK_KB because that's what they will be aligned with in VIA protocol 12, even though in VIA protocol 11 they were (in retrospect, incorrectly) aligned with QK_USER. Hence, QK_KB range is actually using QK_USER range for backward compatibility.

github-actions[bot] commented 1 year ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-pebble-09d5b2410-109.centralus.1.azurestaticapps.net

github-actions[bot] commented 1 year ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-pebble-09d5b2410-109.centralus.1.azurestaticapps.net

github-actions[bot] commented 1 year ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-pebble-09d5b2410-109.centralus.1.azurestaticapps.net