diff options
| author | koshinoya <moto_yda@icloud.com> | 2021-01-14 15:40:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-13 22:40:10 -0800 |
| commit | d97d4794e050f2b7397e1ff586d91cdfb3c7d02b (patch) | |
| tree | 68dad26f805a776fb306efe3f1d834fe0910a171 /keyboards/rect44/rules.mk | |
| parent | b48a5b573f6be52bfd87f88cd9c8903b2bc0915f (diff) | |
| download | qmk_firmware-d97d4794e050f2b7397e1ff586d91cdfb3c7d02b.tar.gz qmk_firmware-d97d4794e050f2b7397e1ff586d91cdfb3c7d02b.zip | |
[Keyboard] Add Rect44 keyboard (#11484)
* Add Rect44 keyboard
* Update keyboards/rect44/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
* Delete config.h files in keymaps
* Update keyboards/rect44/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/rect44/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/rect44/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/rect44/rules.mk')
| -rw-r--r-- | keyboards/rect44/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/rect44/rules.mk b/keyboards/rect44/rules.mk new file mode 100644 index 000000000..806a19af3 --- /dev/null +++ b/keyboards/rect44/rules.mk | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = caterina | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | ||
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 13 | CONSOLE_ENABLE = no # Console for debug | ||
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 18 | NKRO_ENABLE = no # USB Nkey Rollover | ||
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
| 22 | AUDIO_ENABLE = no # Audio output | ||
