~ruther/qmk_firmware

ref: f583d2fef01372f55057dcf44569252e3582d0f5 qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
f583d2fe — Ryan Remove IS31FLCOMMON code (#22800) 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

void my_custom_function(void);

#endif