mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-01 02:00:49 +00:00
8 lines
97 B
C
8 lines
97 B
C
|
|
#ifndef USERSPACE
|
||
|
|
#define USERSPACE
|
||
|
|
|
||
|
|
#include "quantum.h"
|
||
|
|
|
||
|
|
void my_custom_function(void);
|
||
|
|
|
||
|
|
#endif
|