commit 2693d6fd840ab236021a64e42aa6d9c25da9a69c parent f75e66dd19788f1f79db062f0bd27f79c63cbea5 Author: Santosh Kumar <santosh@users.noreply.github.com> Date: Fri, 19 Apr 2024 06:29:14 +0530 [sofle] Fix layout order affecting messed up lower/raise/adjust layer (#23555) Diffstat:
| A | keyboards/sofle/keymaps/default/config.h | | | 8 | ++++++++ |
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