~ruther/qmk_firmware

ref: b9a3bdb982abe1905e6c3ecb55c0e6344f95495b qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
b9a3bdb9 — Bram Inniger [Keyboard] Fix oled layer display order for Aurora boards (#22521) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

void my_custom_function(void);

#endif