diff options
Diffstat (limited to 'keyboards/yeehaw/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/yeehaw/keymaps/default/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/yeehaw/keymaps/default/keymap.c b/keyboards/yeehaw/keymaps/default/keymap.c index 20bdbf581..7f7141d29 100644 --- a/keyboards/yeehaw/keymaps/default/keymap.c +++ b/keyboards/yeehaw/keymaps/default/keymap.c | |||
| @@ -46,9 +46,9 @@ KC_TRNS, RGB_SAD, RGB_M_P, RGB_MOD, RGB_SPD, | |||
| 46 | bool encoder_update_user(uint8_t index, bool clockwise) { | 46 | bool encoder_update_user(uint8_t index, bool clockwise) { |
| 47 | if (index == 0) { /* First encoder */ | 47 | if (index == 0) { /* First encoder */ |
| 48 | if (clockwise) { | 48 | if (clockwise) { |
| 49 | tap_code(KC_VOLD); | ||
| 50 | } else { | ||
| 51 | tap_code(KC_VOLU); | 49 | tap_code(KC_VOLU); |
| 50 | } else { | ||
| 51 | tap_code(KC_VOLD); | ||
| 52 | } | 52 | } |
| 53 | } | 53 | } |
| 54 | return true; | 54 | return true; |
| @@ -64,7 +64,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 64 | 64 | ||
| 65 | case SQUASHKB: | 65 | case SQUASHKB: |
| 66 | if (record->event.pressed) { | 66 | if (record->event.pressed) { |
| 67 | SEND_STRING("http://squashkb.com"); | 67 | SEND_STRING("https://squashkb.com"); |
| 68 | } | 68 | } |
| 69 | break; | 69 | break; |
| 70 | } | 70 | } |
