logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 4a7fdda668af7c1c63e80c7da172b0b275dd4cbe
parent d0e1d36144e1c1b2269be171c748a01f15ec32f2
Author: QMK Bot <hello@qmk.fm>
Date:   Fri, 19 Apr 2024 00:59:42 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Akeyboards/sofle/keymaps/default/config.h8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/keyboards/sofle/keymaps/default/config.h b/keyboards/sofle/keymaps/default/config.h @@ -0,0 +1,8 @@ +// Copyright 2024 Santosh Kumar (@santosh) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define TRI_LAYER_LOWER_LAYER 2 +#define TRI_LAYER_UPPER_LAYER 3 +#define TRI_LAYER_ADJUST_LAYER 4