diff options
author | HorrorTroll <sonicvipduc@gmail.com> | 2022-01-15 14:26:26 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 23:26:26 -0800 |
commit | b2ea12aaa50a47e3a142fc334018873f2a05b8b2 (patch) | |
tree | 3381494ce194b30544466083b103874c8457ae45 /keyboards/horrortroll/chinese_pcb/devil68_pro/rules.mk | |
parent | 2e266c7ec1298edea38854495878563e9b2e381b (diff) |
[Keyboard] Add Devil68 Pro (#15820)
Diffstat (limited to 'keyboards/horrortroll/chinese_pcb/devil68_pro/rules.mk')
-rw-r--r-- | keyboards/horrortroll/chinese_pcb/devil68_pro/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/horrortroll/chinese_pcb/devil68_pro/rules.mk b/keyboards/horrortroll/chinese_pcb/devil68_pro/rules.mk new file mode 100644 index 0000000000..66354d7926 --- /dev/null +++ b/keyboards/horrortroll/chinese_pcb/devil68_pro/rules.mk @@ -0,0 +1,22 @@ +# 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +# RGB Matrix enabled +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 |