qmk-firmware/keyboards/handwired/maartenwut/maartenwut.c

13 lines
280 B
C
Raw Normal View History

2017-11-19 10:55:13 +00:00
#include "maartenwut.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();
}
void matrix_scan_kb(void) {
// put your looping keyboard code here
// runs every cycle (a lot)
matrix_scan_user();
};