From e0ca2d19231c50543a6dc6bcc6335a3f9a84c595 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 29 Dec 2024 23:57:32 +0100 Subject: feat(src): Make usable --- src/keymaps/soispha/layout/layout.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/keymaps/soispha/layout/layout.h (limited to 'src/keymaps/soispha/layout/layout.h') 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 + * 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 . + */ + +#pragma once +#include QMK_KEYBOARD_H +#include "../macros.h" + +#define KK_TP KC_TRANSPARENT + +#include "keymap.h" + +// vim: cursorcolumn nowrap -- cgit 1.4.1