~ruther/qmk_firmware

ref: 5501e804ff8d41ce656061b91896c4ac8c681d78 qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
5501e804 — Nick Brassel QMK Userspace (#22222) 1 year, 11 months ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

void my_custom_function(void);

#endif