M0lly: add support for VIA (#9535)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
7a710fb426
commit
6d88794960
6 changed files with 107 additions and 4 deletions
|
@ -16,6 +16,13 @@
|
|||
#include "m0lly.h"
|
||||
#include "led.h"
|
||||
|
||||
void keyboard_pre_init_kb(void) {
|
||||
setPinInputHigh(D0);
|
||||
setPinInputHigh(D1);
|
||||
|
||||
keyboard_pre_init_user();
|
||||
}
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
// put your keyboard start-up code here
|
||||
// runs once when the firmware starts up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue