~ruther/qmk_firmware

ref: 6adf461aa033d3be2e0a2ea065560db9ba8a5ade qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
6adf461a — Joel Challis Remove duplication of RP2040 EEPROM defaults (#21979) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
#ifndef USERSPACE
#define USERSPACE

#include "quantum.h"

void my_custom_function(void);

#endif