forked from mirrors/qmk_firmware
dont break other revs
This commit is contained in:
parent
82146ecfc0
commit
1cb72a9c59
1 changed files with 0 additions and 4 deletions
|
@ -310,10 +310,6 @@ void dip_update(uint8_t index, bool active) {
|
|||
}
|
||||
}
|
||||
|
||||
void matrix_init_user(void) {
|
||||
palSetPadMode(GPIOB, 5, PAL_MODE_OUTPUT_PUSHPULL);
|
||||
}
|
||||
|
||||
void matrix_scan_user(void) {
|
||||
if (muse_mode) {
|
||||
if (muse_counter == 0) {
|
||||
|
|
Loading…
Reference in a new issue