~ruther/qmk_firmware

ref: cc3c3ace0c61eedd2fd8f9f668c245027ebdce1d qmk_firmware/users/_example/_example.h -rw-r--r-- 97 bytes
cc3c3ace — Dalius Dobravolskas Feature: joystick weights (#21883) 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