mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 22:22:03 +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
|
// put your keyboard start-up code here
|
||||||
// runs once when the firmware starts up
|
// runs once when the firmware starts up
|
||||||
|
|
||||||
setPinOutput(A5);
|
setPinOutput(INDICATOR_0);
|
||||||
setPinOutput(A15);
|
setPinOutput(INDICATOR_1);
|
||||||
setPinOutput(C8);
|
setPinOutput(INDICATOR_2);
|
||||||
setPinOutput(C7);
|
|
||||||
setPinOutput(C6);
|
|
||||||
matrix_init_user();
|
matrix_init_user();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user