mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 13:16:44 +00:00
7 lines
87 B
C
7 lines
87 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
void the50_led_on(void);
|
||
|
void the50_led_off(void);
|