logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

_example.h (98B)


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