Skip to content

Commit

Permalink
Fixup pegasushoof VIA keymap (qmk#19874)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 committed Feb 17, 2023
1 parent 86885ec commit d1420cf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions keyboards/bpiphany/pegasushoof/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, _______, _______, _______, QK_BOOT, _______, KC_MPRV, KC_MSTP, KC_MNXT
)
};

bool led_update_user(led_t led_state) {
if (led_state.caps_lock) {
ph_caps_led_on();
} else {
ph_caps_led_off();
}

if (led_state.scroll_lock) {
ph_sclk_led_on();
} else {
ph_sclk_led_off();
}
return false;
}

0 comments on commit d1420cf

Please sign in to comment.