mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-24 16:11:28 +00:00
9 lines
98 B
C
9 lines
98 B
C
#ifndef USERSPACE
|
|
#define USERSPACE
|
|
|
|
#include "quantum.h"
|
|
|
|
void my_custom_function(void);
|
|
|
|
#endif
|