diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-16 18:28:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-16 18:28:19 +0000 |
commit | 030a96a3f542db7434582d7887c4caafa8756203 (patch) | |
tree | cf871de38ba7e9a6f14abad191f63f3f9bcb1833 /keyboards/kbdfans/phaseone/rules.mk | |
parent | 8f585153c470b07bb0c529ff49b39ef45f68d37e (diff) | |
parent | 3b6e48b012fa10e87e6cf1aa051cdcf353077a5a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kbdfans/phaseone/rules.mk')
-rw-r--r-- | keyboards/kbdfans/phaseone/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/kbdfans/phaseone/rules.mk b/keyboards/kbdfans/phaseone/rules.mk new file mode 100644 index 0000000000..b5761555d4 --- /dev/null +++ b/keyboards/kbdfans/phaseone/rules.mk @@ -0,0 +1,18 @@ +# 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 = no # 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |