mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
Finishing removing automouse
- Testing out the toggle mouse layer instead, so far it's okay
This commit is contained in:
parent
57937cb5f3
commit
2f6929eae1
8 changed files with 5 additions and 63 deletions
|
@ -18,11 +18,9 @@ void setLunaJumped(void) { showedJump = true;}
|
|||
|
||||
|
||||
// Hold Navigation and Number to get Symbol
|
||||
#if !defined(KEYBOARD_ploopyco)
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
return update_tri_layer_state(state, _NAVIGATION, _NUMBER, _SYMBOL);
|
||||
}
|
||||
#endif
|
||||
|
||||
// Customize behavior for existing keycodes or create new ones
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
|
@ -53,7 +51,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
}
|
||||
return false;
|
||||
|
||||
/*
|
||||
|
||||
// makes num lock a hold instead of toggle
|
||||
// prevents accidental ploopy nano going into bootloader
|
||||
case KC_NUM:
|
||||
|
@ -63,7 +61,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
tap_code(KC_NUM);
|
||||
}
|
||||
return false;
|
||||
*/
|
||||
|
||||
case KC_SPC:
|
||||
if (record->event.pressed) {
|
||||
isJumping = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue