~ruther/qmk_firmware

ref: 8aee82e8b4d8108d8a9a56f8fd61ae1281ee4165 qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
8aee82e8 — shela [Keymap] Fix compilation error of feature #4301 (#5649) 6 years ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

void my_custom_function(void);

#endif