diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-29 23:57:32 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-29 23:57:32 +0100 |
commit | e0ca2d19231c50543a6dc6bcc6335a3f9a84c595 (patch) | |
tree | af4a581ebb6aacb456ea493a16a9934e01b5dcef /src/keymaps/soispha/rules.mk | |
parent | fix(src): Add some default stuff (diff) | |
download | qmk_layout-e0ca2d19231c50543a6dc6bcc6335a3f9a84c595.zip |
feat(src): Make usable
Diffstat (limited to 'src/keymaps/soispha/rules.mk')
-rw-r--r-- | src/keymaps/soispha/rules.mk | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/keymaps/soispha/rules.mk b/src/keymaps/soispha/rules.mk new file mode 100644 index 0000000..c04c2d7 --- /dev/null +++ b/src/keymaps/soispha/rules.mk @@ -0,0 +1,31 @@ +# 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>. + +# Set any rules.mk overrides for your specific keymap here. +# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file +AUDIO_ENABLE = yes +BOOTMAGIC_ENABLE = yes +CAPS_WORD_ENABLE = yes +COMMAND_ENABLE = no +CONSOLE_ENABLE = no +DEFERRED_EXEC_ENABLE = yes +EXTRAKEY_ENABLE = yes +MOUSEKEY_ENABLE = yes +NKRO_ENABLE = yes +RGB_MATRIX_ENABLE = yes +SEND_STRING_ENABLE = yes +SPACE_CADET_ENABLE = no +SWAP_HANDS_ENABLE = yes +TAP_DANCE_ENABLE = yes + +UNICODE_COMMON = yes +UNICODE_ENABLE = yes + +SRC += rgb.c |