~ruther/qmk_firmware

ref: 5c22706294b311c43f9dd6212e5086fff872b734 qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
5c227062 — Nick Brassel Update stale.yml 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