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/rules.mk | |
parent | e4942df39760eb70dc62ae609cb68b07c2786f13 (diff) | |
parent | ba8b236727cd391addebcedb85ee0da0a8e804fe (diff) | |
download | qmk_firmware-c797dbfb1b13c3849999993e51bd8b76e5a6a2d8.tar.gz qmk_firmware-c797dbfb1b13c3849999993e51bd8b76e5a6a2d8.zip |
Merge remote-tracking branch 'origin/master' into develop
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 |