diff options
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 |