mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-18 02:26:54 +00:00
* create userspace * add early macro support, but gtg * attempt to create userspace. * all changes suggested
7 lines
68 B
C
7 lines
68 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
void my_custom_function(void);
|
|
|