qmk_firmware/users/_example/_example.h
2025-03-06 23:17:51 +00:00

9 lines
98 B
C

#ifndef USERSPACE
#define USERSPACE
#include "quantum.h"
void my_custom_function(void);
#endif