diff options
author | Emrik Östling <emrik.ostling@gmail.com> | 2023-02-17 07:29:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 22:29:22 -0800 |
commit | 92ea53aeda624b9c5d33a86b24661fbf2e319e89 (patch) | |
tree | 57aaa41f0f309f49d7521981fbc1d348acacc8f7 /keyboards/bpiphany/pegasushoof/keymaps/via/rules.mk | |
parent | 4a7894d98c5b452a4ade2dabd41e51e9d0632fee (diff) |
Added via keymap for bpiphany/pegasushoof (#19653)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/bpiphany/pegasushoof/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/bpiphany/pegasushoof/keymaps/via/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/bpiphany/pegasushoof/keymaps/via/rules.mk b/keyboards/bpiphany/pegasushoof/keymaps/via/rules.mk new file mode 100644 index 0000000000..137260ef20 --- /dev/null +++ b/keyboards/bpiphany/pegasushoof/keymaps/via/rules.mk @@ -0,0 +1,9 @@ +# Build Options +# change to "no" to disable the options, or define them in the Makefile in +# the appropriate keymap folder that will get included automatically +# +MOUSEKEY_ENABLE = no # Mouse keys +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +VIA_ENABLE = yes +LTO_ENABLE = yes |