diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-14 21:51:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-14 21:51:45 +0000 |
commit | 19b143688fabcad7ffd192e56642232f1a08fdae (patch) | |
tree | 3dbaa0b52a5ef158ebf5ecd2c8662912d583b76c /keyboards/handwired/dactyl_manuform/5x6_2_5/rules.mk | |
parent | 3c08d27abb757ca895bc6025822dbfa9a67d041a (diff) | |
parent | b33e6793de6c5f5124ee88fb3eb62d8f54f74940 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |