diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-09 20:08:56 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-09 20:08:56 +0000 |
commit | 9682abd5b8fc85b60dd287f2c989ef18c4a05c2a (patch) | |
tree | 537c8098f36f9126fe8cc7935aeabaada7a3f139 /keyboards/id67/default_rgb/rules.mk | |
parent | 21958a93434e40db904eb731bc75b65661bcb9ae (diff) | |
parent | 1ed5c48d939ce711977e345bd127ec10415ae6af (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/id67/default_rgb/rules.mk')
-rw-r--r-- | keyboards/id67/default_rgb/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/id67/default_rgb/rules.mk b/keyboards/id67/default_rgb/rules.mk new file mode 100644 index 0000000000..574f0067fb --- /dev/null +++ b/keyboards/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 |