1
0
Fork 0

M0lly: add support for VIA (#9535)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
TerryMathews 2020-06-25 17:02:27 -04:00 committed by GitHub
parent 7a710fb426
commit 6d88794960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 107 additions and 4 deletions

View file

@ -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