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

test press/hold: mod when held, key when tapped #282

Open
github-actions bot opened this issue Mar 12, 2022 · 0 comments
Open

test press/hold: mod when held, key when tapped #282

github-actions bot opened this issue Mar 12, 2022 · 0 comments

Comments

@github-actions
Copy link

Line: 27

// todo: test one shot with modifiers
// todo: Test tap/double-tap
// todo: test press/hold: mod when held, key when tapped
// todo: test press/hold: layer when held, key when tapped
std::array<std::array<Key, MATRIX_COLS>, MATRIX_ROWS> matrix =
{{
{KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPACE,},
{KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,},
{KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMMA,KC_DOT, KC_SLASH, KC_ENTER,},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
To Dos
To do
Development

No branches or pull requests

0 participants