~ruther/qmk_firmware

ref: a8e9d4f2078795f1f51a06c4fb88cff3c475fca2 qmk_firmware/keyboards/handwired/2x5keypad/2x5keypad.h -rw-r--r-- 152 bytes
a8e9d4f2 — Joel Challis Add embed to docs capabilities (#23698) 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "quantum.h"

#define RED_LED D0
#define BLUE_LED B5
#define GREEN_LED B6

void turn_off_leds(void);
void turn_on_led(pin_t pin);
Do not follow this link