diff options
Diffstat (limited to 'src/keymaps/soispha/layout/layout.h')
-rw-r--r-- | src/keymaps/soispha/layout/layout.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/keymaps/soispha/layout/layout.h b/src/keymaps/soispha/layout/layout.h new file mode 100644 index 0000000..4acb7f5 --- /dev/null +++ b/src/keymaps/soispha/layout/layout.h @@ -0,0 +1,21 @@ +/* + * Moonlander Layout + * + * Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * This file is part of Moonlander Layout. + * + * You should have received a copy of the License along with this program. + * If not, see <https://www.gnu.org/licenses/agpl.txt>. + */ + +#pragma once +#include QMK_KEYBOARD_H +#include "../macros.h" + +#define KK_TP KC_TRANSPARENT + +#include "keymap.h" + +// vim: cursorcolumn nowrap |