qmk_firmware

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

_example.h (98B)


      1 #ifndef USERSPACE
      2 #define USERSPACE
      3 
      4 #include "quantum.h"
      5 
      6 void my_custom_function(void);
      7 
      8 #endif