Files
zsa_qmk_firmware/users/_example/_example.h
T

8 lines
97 B
C
Raw Normal View History

2017-10-21 11:44:11 -10:00
#ifndef USERSPACE
#define USERSPACE
#include "quantum.h"
void my_custom_function(void);
#endif