diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-02-13 23:17:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 23:17:05 -0800 |
commit | ecbbdbcd4e585a9a6b2b47d1dd8e1e3e1d50a254 (patch) | |
tree | 7702dd0bca35bedf5d9417f146e2c66ce27b7a8a /keyboards/ymdk/ymd40/v2/rules.mk | |
parent | d035bb51f42909f2b866c2986f2f765ec2586328 (diff) | |
download | qmk_firmware-ecbbdbcd4e585a9a6b2b47d1dd8e1e3e1d50a254.tar.gz qmk_firmware-ecbbdbcd4e585a9a6b2b47d1dd8e1e3e1d50a254.zip |
[Keyboard] YMDK YMD40 v2 (#11835)
* [Keyboard] YMDK YMD40 v2
* fork default keymap into default and factory
- factory keymap is as assigned by the extracted JSON provided by the vendor
- default keymap is based on the Planck
* add AUDIO_SUPPORTED rule per drashna
* modify factory keymap's readme
Recommend users copy the default keymap instead.
Diffstat (limited to 'keyboards/ymdk/ymd40/v2/rules.mk')
-rw-r--r-- | keyboards/ymdk/ymd40/v2/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd40/v2/rules.mk b/keyboards/ymdk/ymd40/v2/rules.mk new file mode 100644 index 0000000000..7c7c443c9d --- /dev/null +++ b/keyboards/ymdk/ymd40/v2/rules.mk @@ -0,0 +1,28 @@ +# 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 + +KEY_LOCK_ENABLE = no # Enable KC_LOCK support + +AUDIO_SUPPORTED = no + +LAYOUTS = ortho_4x12 |