diff options
author | GG <72414103+spbgzh@users.noreply.github.com> | 2021-12-18 05:59:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 18:59:37 -0800 |
commit | d8a98aeaf2fb92a5d92a97ed41af5c93cd8480b1 (patch) | |
tree | 2fa9a3040dd70abd0c5523497eac3dae46402457 /keyboards/meletrix/zoom65_lite/rules.mk | |
parent | 4b9ba0dcc5cb708c6197aca941da6248b896aa2b (diff) |
[Keyboard] update new keyboard zoom65_lite (#15218)
Diffstat (limited to 'keyboards/meletrix/zoom65_lite/rules.mk')
-rw-r--r-- | keyboards/meletrix/zoom65_lite/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/meletrix/zoom65_lite/rules.mk b/keyboards/meletrix/zoom65_lite/rules.mk new file mode 100644 index 0000000000..05b56f4c10 --- /dev/null +++ b/keyboards/meletrix/zoom65_lite/rules.mk @@ -0,0 +1,21 @@ +# 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 = yes # 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 = yes # Enable Encoder + +LAYOUTS = 65_ansi_blocker 65_iso_blocker 65_ansi_blocker_split_bs 65_iso_blocker_split_bs |