diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-31 22:04:12 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-31 22:04:12 -0700 |
commit | 63f6a1ebce57a4e879bb41eb2f55598d733e8973 (patch) | |
tree | 40f75b398a0b07e0698da8779f7d868d29f59808 /sofle_v2/config.h | |
download | kbd-63f6a1ebce57a4e879bb41eb2f55598d733e8973.tar.gz kbd-63f6a1ebce57a4e879bb41eb2f55598d733e8973.zip |
Diffstat (limited to 'sofle_v2/config.h')
-rw-r--r-- | sofle_v2/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sofle_v2/config.h b/sofle_v2/config.h new file mode 100644 index 0000000..085d584 --- /dev/null +++ b/sofle_v2/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 |