From d2b8398f75f8239b135bfb3772153e32d794c291 Mon Sep 17 00:00:00 2001 From: Spaceman Date: Sat, 18 Apr 2020 20:20:42 -0400 Subject: [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 * Update keyboards/handwired/ddg_56/readme.md Co-Authored-By: Ryan * Update keyboards/handwired/ddg_56/info.json Co-Authored-By: Joel Challis Co-authored-by: Ryan Co-authored-by: Joel Challis --- keyboards/handwired/ddg_56/rules.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboards/handwired/ddg_56/rules.mk (limited to 'keyboards/handwired/ddg_56/rules.mk') 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 -- cgit v1.2.3