the-via / app

GNU General Public License v3.0
765 stars 173 forks source link

Support for QK_DYNAMIC_TAPPING_TERM_* keycodes #181

Open lesca opened 11 months ago

lesca commented 11 months ago

Hello,

Please add support for the following key codes for dynamic tapping term:

    QK_DYNAMIC_TAPPING_TERM_PRINT = 0x7C70,
    QK_DYNAMIC_TAPPING_TERM_UP = 0x7C71,
    QK_DYNAMIC_TAPPING_TERM_DOWN = 0x7C72,

source: qmk_firmware/quantum/keycodes.h

I am new to this project. There are multiple files for key-to-byte definitions. I don't figure out which one should be updated, and what other files should be updated. https://github.com/the-via/app/blob/main/src/utils/key-to-byte/default.ts https://github.com/the-via/app/blob/main/src/utils/key-to-byte/v12.ts

Thus, I create this issue to track this. Thanks.

Regards, Lesca