diff options
Diffstat (limited to 'users/_example/_example.h')
| -rw-r--r-- | users/_example/_example.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/_example/_example.h b/users/_example/_example.h new file mode 100644 index 000000000..f7c799025 --- /dev/null +++ b/users/_example/_example.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef USERSPACE | ||
| 2 | #define USERSPACE | ||
| 3 | |||
| 4 | #include "quantum.h" | ||
| 5 | |||
| 6 | void my_custom_function(void); | ||
| 7 | |||
| 8 | #endif \ No newline at end of file | ||
