]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/_example/_example.h
fix the clueboard layout json
[qmk_firmware.git] / users / _example / _example.h
1 #ifndef USERSPACE
2 #define USERSPACE
3
4 #include "quantum.h"
5
6 void my_custom_function(void);
7
8 #endif