~ruther/qmk_firmware

ref: c94c6fcc25cdf3a5eb16ba5609d2ef1b3e3a2916 qmk_firmware/keyboards/nullbitsco/scramble/v1/v1.h -rw-r--r-- 334 bytes
c94c6fcc — Stephon Parker [Keyboard] Add MECHWILD BB65 (#23581) 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2022 Jay Greco
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "quantum.h"

// Indication LED settings
#define LED_ON          2
#define LED_DIM         1
#define LED_OFF         0

#define GPIO_STATE_LOW  0
#define GPIO_STATE_HIGH 1

#define PIN_LED         B2

void set_scramble_LED(uint8_t mode);
Do not follow this link