~ruther/qmk_firmware

ref: bc7d1cc39744d0d2c6053aecc8294c6fe8e165cf qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
bc7d1cc3 — フィルターペーパー Refactor: group kbdfans keyboards (#22764) 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

void my_custom_function(void);

#endif