qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

do60.c (213B)


      1 #include "do60.h"
      2 
      3 extern inline void setdefaultrgb(void);
      4 
      5 void matrix_init_kb(void) {
      6   // Keyboard start-up code goes here
      7   // Runs once when the firmware starts up
      8   matrix_init_user();
      9   setdefaultrgb();
     10 };