~ruther/qmk_firmware

ref: 030d503d35c01aad65ecfec171b08a963da9866e qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
030d503d — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 3 (#23770) 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

void my_custom_function(void);

#endif