diff options
author | Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> | 2022-08-14 00:00:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 00:00:42 +1000 |
commit | 52dc16b75819a735b4939496c850ae7df9ce96b0 (patch) | |
tree | d8c38e3194c2647b3e457541669ed1f62ed42c59 /keyboards/idobao/id80/v1/rules.mk | |
parent | 69fa2d83781104fafd3992c1cece2ee98e862a69 (diff) |
[Keyboard] IDOBAO ID80v1 folder rename (#17265)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/idobao/id80/v1/rules.mk')
-rw-r--r-- | keyboards/idobao/id80/v1/rules.mk | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/keyboards/idobao/id80/v1/rules.mk b/keyboards/idobao/id80/v1/rules.mk index 0baebd07fc..20283f04be 100644 --- a/keyboards/idobao/id80/v1/rules.mk +++ b/keyboards/idobao/id80/v1/rules.mk @@ -1,24 +1,2 @@ # Defalt to the ansi version -DEFAULT_FOLDER = idobao/id80/v1/ansi - -# 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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - -# partially generated by KBFirmware JSON to QMK Parser -# https://noroadsleft.github.io/kbf_qmk_converter/ +DEFAULT_FOLDER = idobao/id80/v2/ansi |