diff options
author | Adam Abrams <adamtabrams@gmail.com> | 2021-07-22 00:56:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 22:56:46 -0700 |
commit | fbe782534a89f4a012522a6133970e8d768a3ed4 (patch) | |
tree | 223fab76209d17f64aeac3cdaa1f467abb3493f0 /keyboards/planck/keymaps/adamtabrams/rules.mk | |
parent | 665af4fa8db299e0af7618aeeb548e2a9b044a04 (diff) |
[Keyboard] Add personal planck keymap (#13635)
Diffstat (limited to 'keyboards/planck/keymaps/adamtabrams/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/adamtabrams/rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/adamtabrams/rules.mk b/keyboards/planck/keymaps/adamtabrams/rules.mk new file mode 100644 index 0000000000..31da4ef085 --- /dev/null +++ b/keyboards/planck/keymaps/adamtabrams/rules.mk @@ -0,0 +1,13 @@ +SRC += muse.c +LTO_ENABLE = yes + +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +NKRO_ENABLE = yes +RGBLIGHT_ENABLE = yes + +BOOTMAGIC_ENABLE = no +COMMAND_ENABLE = no +AUDIO_ENABLE = no +ENCODER_ENABLE = no +DIP_SWITCH_ENABLE = no |