diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-16 01:57:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-16 01:57:14 +0000 |
commit | 8761e973ec67f152211851a056e2c34e9e755e49 (patch) | |
tree | e2abe9baaf82b99c05b702eb4fad425380a19518 /keyboards/converter/periboard_512/rules.mk | |
parent | 433834fb8be12a8dbb685f91a24774070a4f8eb3 (diff) | |
parent | a5d7e83985ae07689cc71ab1dd2755a8ac335df3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/converter/periboard_512/rules.mk')
-rw-r--r-- | keyboards/converter/periboard_512/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/converter/periboard_512/rules.mk b/keyboards/converter/periboard_512/rules.mk new file mode 100644 index 0000000000..c1cb4919a7 --- /dev/null +++ b/keyboards/converter/periboard_512/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = at90usb1286 + +# Bootloader selection +BOOTLOADER = halfkay + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |