]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/_example/_example.h
Creates a userspace for keymaps (#1559)
[qmk_firmware.git] / users / _example / _example.h
1 #ifndef USERSPACE
2 #define USERSPACE
3
4 #include "quantum.h"
5
6 void my_custom_function(void);
7
8 #endif