diff options
author | sh-xguitar <ibanez_shine@yahoo.com> | 2020-08-06 15:03:27 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 01:03:27 -0700 |
commit | cb9b81cc103f801febd67dcaf0c86322a2bfddc8 (patch) | |
tree | e0d6429278ffc977a207449988804a0cd3439138 /keyboards/ash_xiix/rules.mk | |
parent | 904c5613f41859ccc07057278b41587224b84871 (diff) | |
download | qmk_firmware-cb9b81cc103f801febd67dcaf0c86322a2bfddc8.tar.gz |
[Keyboard] added ASH-XIIX keyboard (#9833)
* Create readme.md
* Update readme.md
* Update readme.md
* Create ash_xiix.c
* Create ash_xiix.h
* Create info.json
* Create config.h
* Create rules.mk
* Create keymap.c
* Update keyboards/ash_xiix/rules.mk
* Update keyboards/ash_xiix/config.h
* Update keyboards/ash_xiix/config.h
* Update keyboards/ash_xiix/config.h
* Update keyboards/ash_xiix/info.json
* Update keyboards/ash_xiix/info.json
* Update keyboards/ash_xiix/readme.md
* Update readme.md
* Update readme.md
Diffstat (limited to 'keyboards/ash_xiix/rules.mk')
-rw-r--r-- | keyboards/ash_xiix/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/ash_xiix/rules.mk b/keyboards/ash_xiix/rules.mk new file mode 100644 index 000000000..32981133b --- /dev/null +++ b/keyboards/ash_xiix/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 = yes # 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 |