~ruther/qmk_firmware

ref: 65b5969ed56e0e7fe033400bef374de1c4dbb663 qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
65b5969e — db New RGB Animations - 4 "Starlight" Animation Variations (#22212) 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