~ruther/qmk_firmware

ref: 10800259739e1bf35db7a8d0c8acfa102f3de7a9 qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
10800259 — achim-t Update feature_tri_layer.md - typo (#23275) 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