diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-05 03:07:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-05 03:07:32 +0000 |
commit | 119cadbaae15585b5140c1102a49364fbcf7cd0d (patch) | |
tree | 7d8fa16dc01f11af2d24d71d8f57e6a2460a0e4b /keyboards/xenon/rules.mk | |
parent | 80db7668dafeb455f3cbab05c9c90807d5dfd723 (diff) | |
parent | 719881c2ee2b61b15ed02d82c2870f7ae93e70e5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xenon/rules.mk')
-rw-r--r-- | keyboards/xenon/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/xenon/rules.mk b/keyboards/xenon/rules.mk new file mode 100644 index 0000000000..aeaa1fd104 --- /dev/null +++ b/keyboards/xenon/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # 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 +SPLIT_KEYBOARD = yes +OLED_ENABLE = yes +ENCODER_ENABLE = yes |