]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/jj40/jj40.c
JJ40 updates (#2056)
[qmk_firmware.git] / keyboards / jj40 / jj40.c
index 136e023fa1f413f35122cfcf75e7f33b1b1a1e27..d5add2a6b1d0b48da29b1a62dcb5761c47ac3337 100644 (file)
@@ -26,3 +26,15 @@ __attribute__ ((weak))
 void matrix_scan_user(void) {
     /* Nothing to do here... yet */
 }
+
+void matrix_init_kb(void) {
+
+  // Call the keymap level matrix init.
+  matrix_init_user();
+
+  // Set our LED pins as output
+  DDRB |= (1<<6);
+}
+
+void matrix_init_user(void) {
+}
\ No newline at end of file