diff options
author | Sife-ops <55699197+Sife-ops@users.noreply.github.com> | 2021-05-16 01:56:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 18:56:46 -0700 |
commit | a5d7e83985ae07689cc71ab1dd2755a8ac335df3 (patch) | |
tree | 3610e7869ead342beb239e6c6201043e117cd94e /keyboards/converter/periboard_512/rules.mk | |
parent | 173aed3d0e7715eb10f3deee01c8081e7255f5ab (diff) |
[Keyboard] Added Perixx Periboard-512 Converter (#12324)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |