M0lly: add support for VIA (#9535)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user