]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/planck/planck.c
adds planck light keyboard
[qmk_firmware.git] / keyboards / planck / planck.c
index 645b450d1db5ca409d3e35bc922ca1f47682ed81..1d2f91bc557efd06e99978829511d8cff1c95f5b 100644 (file)
@@ -10,10 +10,11 @@ const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
 };
 #endif
 
+__attribute__ ((weak))
 void matrix_init_kb(void) {
        // Turn status LED on
        DDRE |= (1<<6);
        PORTE |= (1<<6);
 
        matrix_init_user();
-}
\ No newline at end of file
+}