diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-04-22 15:36:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 17:36:08 +1000 |
commit | ba8b236727cd391addebcedb85ee0da0a8e804fe (patch) | |
tree | c005d8dd7eaada5f966a4d46485b70ba95faf353 /keyboards/idobao/id67/rules.mk | |
parent | 912e24ba9a7f1196c74ee852e74d97636f706284 (diff) |
[Keyboard]Remove RGB light implementation of ID67, revert the file structure changes by #15558 (#15854)
Diffstat (limited to 'keyboards/idobao/id67/rules.mk')
-rw-r--r-- | keyboards/idobao/id67/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/idobao/id67/rules.mk b/keyboards/idobao/id67/rules.mk new file mode 100644 index 0000000000..cda7bbd9cd --- /dev/null +++ b/keyboards/idobao/id67/rules.mk @@ -0,0 +1,25 @@ +# 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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +RGB_MATRIX_ENABLE = yes # Enable RGB Matrix feature +RGB_MATRIX_DRIVER = WS2812 # ID67 uses WS2812 driver + +KEY_LOCK_ENABLE = yes # Enable KC_LOCK support +LTO_ENABLE = yes +LAYOUTS = 65_ansi_blocker |