~ruther/qmk_firmware

ref: 59a5f7de3d37fa23d6058f226997d30ceed566d6 qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
59a5f7de — Rutherther fix: games layer toggle, add possibility for escape and alt 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

void my_custom_function(void);

#endif