~ruther/qmk_firmware

ref: 696bf80375bbcf8feea6b259e5d97ecfefd49f37 qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
696bf803 — Victor Camargo Clearer text about double tapping reset only working for boot after already having QMK running in board (#23042) 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