mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
Update keyboards/mariorion_v25/proto/mariorion_v25.c
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
6713aa3cc1
commit
07374a4a94
@ -23,11 +23,9 @@ void matrix_init_kb(void) {
|
||||
// put your keyboard start-up code here
|
||||
// runs once when the firmware starts up
|
||||
|
||||
setPinOutput(A5);
|
||||
setPinOutput(A15);
|
||||
setPinOutput(C8);
|
||||
setPinOutput(C7);
|
||||
setPinOutput(C6);
|
||||
setPinOutput(INDICATOR_0);
|
||||
setPinOutput(INDICATOR_1);
|
||||
setPinOutput(INDICATOR_2);
|
||||
matrix_init_user();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user