diff options
author | yulei <yuleiz@gmail.com> | 2020-09-11 17:28:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-11 02:28:23 -0700 |
commit | 6de4a53c7cb9a0d2dc4cbbe5dcbf19604daca465 (patch) | |
tree | eaa7daca098aebbd6bba88b6781e7ff95167a14c /keyboards/inett_studio/sqx/hotswap/rules.mk | |
parent | 3d3c2e1d3fd3b3ca063491c8f623143db56dada7 (diff) | |
download | qmk_firmware-6de4a53c7cb9a0d2dc4cbbe5dcbf19604daca465.tar.gz qmk_firmware-6de4a53c7cb9a0d2dc4cbbe5dcbf19604daca465.zip |
[Keyboard] added SQUARE.X by iNETT Studio (#10066)
* added SQUARE.X keyboard from the iNETT Studio
* split to two sub directories
* Apply suggestions from code review
* Update keyboards/inett_studio/sqx/universal/universal.h
* Apply suggestions from code review
* update the matrix control keycodes settings
* use the offical macro to the rgb matrix control
* fixed led position issue
* Apply suggestions from code review
* removed the redundant #endif
* update default keymap
* Apply suggestions from code review
* add license header
Diffstat (limited to 'keyboards/inett_studio/sqx/hotswap/rules.mk')
-rw-r--r-- | keyboards/inett_studio/sqx/hotswap/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/inett_studio/sqx/hotswap/rules.mk b/keyboards/inett_studio/sqx/hotswap/rules.mk new file mode 100644 index 0000000000..80968787d5 --- /dev/null +++ b/keyboards/inett_studio/sqx/hotswap/rules.mk @@ -0,0 +1,27 @@ +# 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 = no # 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 = yes # Enable keyboard RGB underglow +RGB_MATRIX_ENABLE = yes # Use RGB per key light +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LTO_ENABLE = yes # Reducing firmware size + +LAYOUTS = 60_tsangan_hhkb |