Compare commits
2 commits
e71e0a927b
...
c1a84a5712
Author | SHA1 | Date | |
---|---|---|---|
KemoNine | c1a84a5712 | ||
KemoNine | f80483b373 |
|
@ -126,7 +126,7 @@ void al_finished(qk_tap_dance_state_t *state, void *user_data) {
|
||||||
al_tap_state.state = cur_dance(state);
|
al_tap_state.state = cur_dance(state);
|
||||||
switch (al_tap_state.state) {
|
switch (al_tap_state.state) {
|
||||||
case SINGLE_TAP:
|
case SINGLE_TAP:
|
||||||
// Do nothing ; Should be held to get layer 1
|
layer_on(1); // Activate layer 1 immediately since we probably are holding this down ; if released it'll go away fast and shouldn't be an issue
|
||||||
break;
|
break;
|
||||||
case SINGLE_HOLD:
|
case SINGLE_HOLD:
|
||||||
layer_on(1); // Activate layer 1 since that's what the intent is
|
layer_on(1); // Activate layer 1 since that's what the intent is
|
||||||
|
|
Binary file not shown.
|
@ -126,7 +126,7 @@ void al_finished(qk_tap_dance_state_t *state, void *user_data) {
|
||||||
al_tap_state.state = cur_dance(state);
|
al_tap_state.state = cur_dance(state);
|
||||||
switch (al_tap_state.state) {
|
switch (al_tap_state.state) {
|
||||||
case SINGLE_TAP:
|
case SINGLE_TAP:
|
||||||
// Do nothing ; Should be held to get layer 1
|
layer_on(1); // Activate layer 1 immediately since we probably are holding this down ; if released it'll go away fast and shouldn't be an issue
|
||||||
break;
|
break;
|
||||||
case SINGLE_HOLD:
|
case SINGLE_HOLD:
|
||||||
layer_on(1); // Activate layer 1 since that's what the intent is
|
layer_on(1); // Activate layer 1 since that's what the intent is
|
||||||
|
|
Loading…
Reference in a new issue