]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/handwired/atreus50/atreus50.c
handwired/numpad20 Refactor and Configurator support (#4589)
[qmk_firmware.git] / keyboards / handwired / atreus50 / atreus50.c
index dd0dbdaac9f1bcf554750c23f2e47d751c52850b..225a51bccea732b88079506493c93c59efe96e27 100644 (file)
@@ -1 +1,10 @@
 #include "atreus50.h"
+
+void matrix_init_kb(void) {
+
+    // Turn status LED on
+    //DDRE |= (1<<6);
+    PORTE |= (1<<6);
+
+       matrix_init_user();
+};