diff options
author | David Dejaeghere <david.dejaeghere@tarpit.be> | 2021-01-24 00:59:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 15:59:15 -0800 |
commit | 78693dfa31a1b63f2e88817a64fb96d14b198dc9 (patch) | |
tree | bdee061ff05e3c787027f8f8f6fbab4823d2d29f /keyboards/mechstudio/dawn/rules.mk | |
parent | d6701b3ac7b05dc6f8ce87b525af14932d5c0f27 (diff) | |
download | qmk_firmware-78693dfa31a1b63f2e88817a64fb96d14b198dc9.tar.gz qmk_firmware-78693dfa31a1b63f2e88817a64fb96d14b198dc9.zip |
[Keyboard] adding support for new keyboard Dawn (#11564)
* initial commit Dawn keyboard
* fixing some matrix
* final tweaks to keymaps and info.json layout
* fix info.json missing delimiter
* missing elements in info.json layout, resolved through lint
* fixed missing link image in readme
* Update keyboards/mechstudio/dawn/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: David <david@tarpit.be>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechstudio/dawn/rules.mk')
-rw-r--r-- | keyboards/mechstudio/dawn/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/mechstudio/dawn/rules.mk b/keyboards/mechstudio/dawn/rules.mk new file mode 100644 index 0000000000..d9cc76829e --- /dev/null +++ b/keyboards/mechstudio/dawn/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = qmk-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |