summaryrefslogtreecommitdiff
path: root/keyboards/handwired/ddg_56/rules.mk
diff options
context:
space:
mode:
authorSpaceman <rionlion100@gmail.com>2020-04-18 20:20:42 -0400
committerGitHub <noreply@github.com>2020-04-18 17:20:42 -0700
commitd2b8398f75f8239b135bfb3772153e32d794c291 (patch)
tree20221dbb1fb909173ddcb89ec9d74a09f7d615fc /keyboards/handwired/ddg_56/rules.mk
parent195324cc4c7421e277962e0e8100558d20d7538d (diff)
[Keyboard] Add DGG-56 Handwired (#8740)
* Add ddg_56 keyboard * Add ddg_56 default keymap * Fix config.h * Update config.h * Update ddg_56.h * Update keyboards/handwired/ddg_56/readme.md Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/ddg_56/readme.md Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/ddg_56/info.json Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/handwired/ddg_56/rules.mk')
-rw-r--r--keyboards/handwired/ddg_56/rules.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/ddg_56/rules.mk b/keyboards/handwired/ddg_56/rules.mk
new file mode 100644
index 0000000000..0604f11763
--- /dev/null
+++ b/keyboards/handwired/ddg_56/rules.mk
@@ -0,0 +1,17 @@
+# MCU name
+MCU = STM32F303
+
+# 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
+#
+BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = no # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+MIDI_ENABLE = no # MIDI controls
+AUDIO_ENABLE = yes # Audio output on port C6
+UNICODE_ENABLE = no # Unicode \ No newline at end of file