Update keyboards/mectechpad/config.h

Co-authored-by: ClownFish <177758267+clownfish-og@users.noreply.github.com>
This commit is contained in:
jacksaxi 2025-06-18 12:28:30 +03:00 committed by GitHub
parent 88c911df4d
commit cb9f8e0498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
/* LED pin definitions */
#define LED_PIN_LAYER1 GP12
#define LED_PIN_LAYER2 GP11
#define LED_PIN_LAYER3 GP10
#define LED_PIN_LAYER4 GP9
#define LED_PIN_LAYER_0 GP12
#define LED_PIN_LAYER_1 GP11
#define LED_PIN_LAYER_2 GP10
#define LED_PIN_LAYER_3 GP9
/* Pin for the layer change button */
#define LAYER_CHANGE_PIN GP13