diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-03-24 02:07:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 02:07:12 -0700 |
commit | 6edcbdca19aa75051392998c06464a97b0899bbe (patch) | |
tree | 3fcb9a9c64ea29c8266eebe7ab48ece1e7ee4571 /keyboards/ymdk/ym68/rules.mk | |
parent | 2882ee9f5549605cb23e6a1bdf4a1f8b5f91a493 (diff) |
[Keyboard] YMDK YM68 (#12352)
* [Keyboard] YMDK YM68
Converted from a KBFirmware JSON file provided via the vendor's product listing.
PCB supports Backlight on B6 and RGB Underglow on E2, but the LEDs are not pre-soldered according to the PCB photos.
* update VENDOR_ID and PRODUCT_ID
Diffstat (limited to 'keyboards/ymdk/ym68/rules.mk')
-rw-r--r-- | keyboards/ymdk/ym68/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/ymdk/ym68/rules.mk b/keyboards/ymdk/ym68/rules.mk new file mode 100644 index 0000000000..a48a691a91 --- /dev/null +++ b/keyboards/ymdk/ym68/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +# 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |