diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-22 07:36:44 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-22 07:36:44 +0000 |
commit | c797dbfb1b13c3849999993e51bd8b76e5a6a2d8 (patch) | |
tree | 6483942951408dcae1ffd4638d2f0c5b23f6b5a0 /keyboards/idobao/id67/rgb/rules.mk | |
parent | e4942df39760eb70dc62ae609cb68b07c2786f13 (diff) | |
parent | ba8b236727cd391addebcedb85ee0da0a8e804fe (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/idobao/id67/rgb/rules.mk')
-rw-r--r-- | keyboards/idobao/id67/rgb/rules.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/idobao/id67/rgb/rules.mk b/keyboards/idobao/id67/rgb/rules.mk deleted file mode 100644 index 5ebc2b824a..0000000000 --- a/keyboards/idobao/id67/rgb/rules.mk +++ /dev/null @@ -1,25 +0,0 @@ -# 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 - -LAYOUTS = 65_ansi_blocker |