diff options
author | TW59420 <40019210+TW59420@users.noreply.github.com> | 2022-01-09 11:57:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 19:57:31 -0800 |
commit | 70469d373dfe52c9778289ac2c96ae9c5bf3b2fb (patch) | |
tree | 5cc060eaafd3ddd31ad1c6ac04f6956eacba59e3 /keyboards/mmkzoo65/rules.mk | |
parent | 50d81b63e91c6d16d8f20f52ebd8f216797cab1f (diff) |
[Keyboard] Add MMKZOO65 PCB (#15546)
* Add MMKZOO65 PCB
* Update keyboards/mmkzoo65/rules.mk
* Update keyboards/mmkzoo65/rules.mk
Diffstat (limited to 'keyboards/mmkzoo65/rules.mk')
-rw-r--r-- | keyboards/mmkzoo65/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mmkzoo65/rules.mk b/keyboards/mmkzoo65/rules.mk new file mode 100644 index 0000000000..b018a630b5 --- /dev/null +++ b/keyboards/mmkzoo65/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = no |