qmk/users/_example/_example.h

9 lines
98 B
C
Raw Permalink Normal View History

#ifndef USERSPACE
#define USERSPACE
#include "quantum.h"
void my_custom_function(void);
2025-03-06 23:17:51 +00:00
#endif