logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 9dba024d76119b4185b971110805e76cdcc120f9
parent 4da260a49aa3e6b698d826b2f435ec74a2c389a3
Author: takashicompany <t@kashi.company>
Date:   Sat,  4 Jan 2025 17:41:32 +0900

Add EE_HANDS for KLEC-02 (#24777)

Add #define EE_HANDS

Diffstat:

Akeyboards/takashicompany/klec_02/config.h7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/keyboards/takashicompany/klec_02/config.h b/keyboards/takashicompany/klec_02/config.h @@ -0,0 +1,6 @@ +// Copyright 2024 takashicompany (@takashicompany) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define EE_HANDS +\ No newline at end of file