mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 03:51:15 +00:00
Update keyboards/mectechpad/config.h
Co-authored-by: ClownFish <177758267+clownfish-og@users.noreply.github.com>
This commit is contained in:
parent
88c911df4d
commit
cb9f8e0498
@ -2,10 +2,10 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
#pragma once
|
#pragma once
|
||||||
/* LED pin definitions */
|
/* LED pin definitions */
|
||||||
#define LED_PIN_LAYER1 GP12
|
#define LED_PIN_LAYER_0 GP12
|
||||||
#define LED_PIN_LAYER2 GP11
|
#define LED_PIN_LAYER_1 GP11
|
||||||
#define LED_PIN_LAYER3 GP10
|
#define LED_PIN_LAYER_2 GP10
|
||||||
#define LED_PIN_LAYER4 GP9
|
#define LED_PIN_LAYER_3 GP9
|
||||||
|
|
||||||
/* Pin for the layer change button */
|
/* Pin for the layer change button */
|
||||||
#define LAYER_CHANGE_PIN GP13
|
#define LAYER_CHANGE_PIN GP13
|
||||||
|
Loading…
Reference in New Issue
Block a user