diff options
author | HorrorTroll <sonicvipduc@gmail.com> | 2022-05-12 11:47:41 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 21:47:41 -0700 |
commit | ffa1b37634418a4928e7d2b64cb08f31512dcedf (patch) | |
tree | efa28f56e35bc37f4b052069c277412ca065f18c /keyboards/horrortroll/chinese_pcb/black_e65/rules.mk | |
parent | 7fd05afb100966032ebd10378f68d0446e23ed71 (diff) |
[Keyboard] Add Black E6.5 keyboard (#16807)
Diffstat (limited to 'keyboards/horrortroll/chinese_pcb/black_e65/rules.mk')
-rw-r--r-- | keyboards/horrortroll/chinese_pcb/black_e65/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/horrortroll/chinese_pcb/black_e65/rules.mk b/keyboards/horrortroll/chinese_pcb/black_e65/rules.mk new file mode 100644 index 0000000000..38f81fd4dc --- /dev/null +++ b/keyboards/horrortroll/chinese_pcb/black_e65/rules.mk @@ -0,0 +1,18 @@ +# 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 = no # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |