diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-13 06:50:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 14:50:00 -0800 |
commit | ddc660148743b21fa936a966f50ff6dfc2c7cd35 (patch) | |
tree | c415a086a3d62286c214a8556ab1e9e3abf0959f /keyboards/idobao/id67/default_rgb/rules.mk | |
parent | 88630d491386beb8b68b7d8fe9939181d7998a9d (diff) |
move id67 (#15662)
Diffstat (limited to 'keyboards/idobao/id67/default_rgb/rules.mk')
-rw-r--r-- | keyboards/idobao/id67/default_rgb/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/idobao/id67/default_rgb/rules.mk b/keyboards/idobao/id67/default_rgb/rules.mk new file mode 100644 index 0000000000..574f0067fb --- /dev/null +++ b/keyboards/idobao/id67/default_rgb/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 = 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +KEY_LOCK_ENABLE = yes # Enable KC_LOCK support + +LAYOUTS = 65_ansi_blocker |