diff options
author | Jan Christoph Ebersbach <jceb@e-jc.de> | 2021-04-14 23:51:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 17:51:08 -0400 |
commit | b33e6793de6c5f5124ee88fb3eb62d8f54f74940 (patch) | |
tree | af55055fc9d3f9d9f3677a9d109e54fe5bc74afe /keyboards/handwired/dactyl_manuform/5x6_2_5/rules.mk | |
parent | bcceb701cdfd91ed098407e1d6b7bcd261447621 (diff) |
Dactyl manuform 5x6 2 5 keymap (#11353)
* feat(keymap): add DactylManuform w/ 2 extra keys and 5 thumb keys
* fix(keymap): add missing readme
* chore: add gpl2 license header
* chore: add gpl2 license header
* docs[dactyl_manuform_5x6_2_5]: reformat readme
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x6_2_5/rules.mk')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/5x6_2_5/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x6_2_5/rules.mk b/keyboards/handwired/dactyl_manuform/5x6_2_5/rules.mk new file mode 100644 index 0000000000..d5ba60f2ad --- /dev/null +++ b/keyboards/handwired/dactyl_manuform/5x6_2_5/rules.mk @@ -0,0 +1,14 @@ +BOOTMAGIC_ENABLE = lite +COMMAND_ENABLE = no + +# # Pro-Micro +# NKRO_ENABLE = yes + +# # # Adafruit Feather +# # NKRO_ENABLE = no +# # # Processor frequency +# F_CPU = 8000000 +# F_USB = $(F_CPU) +# # # BLUETOOTH_ENABLE = no +# # BLUETOOTH = AdafruitBLE +# # CONSOLE_DEBUG = yes |