Changed Yeehaw Default Keymap (#13341)
This commit is contained in:
@@ -46,9 +46,9 @@ KC_TRNS, RGB_SAD, RGB_M_P, RGB_MOD, RGB_SPD,
|
||||
bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||
if (index == 0) { /* First encoder */
|
||||
if (clockwise) {
|
||||
tap_code(KC_VOLD);
|
||||
} else {
|
||||
tap_code(KC_VOLU);
|
||||
} else {
|
||||
tap_code(KC_VOLD);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
@@ -64,7 +64,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
|
||||
case SQUASHKB:
|
||||
if (record->event.pressed) {
|
||||
SEND_STRING("http://squashkb.com");
|
||||
SEND_STRING("https://squashkb.com");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user