diff options
author | Charles <charles.fourneau@gmail.com> | 2021-08-26 01:56:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 00:56:09 +0100 |
commit | ee3a1133f1283fab132f4d601e19a61da2041631 (patch) | |
tree | ce6bba6f2a5a137fd23c103f5f26dd62a05bab50 /keyboards/plut0nium/0x3e/rules.mk | |
parent | 4c5334cb9e0fef692ed3bd7a3e02579271f0f338 (diff) | |
download | qmk_firmware-ee3a1133f1283fab132f4d601e19a61da2041631.tar.gz qmk_firmware-ee3a1133f1283fab132f4d601e19a61da2041631.zip |
[keyboard] Add 0x3E (#14088)
* Add 0x3E - default config
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review 2
Firmware size optimization
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Rename files as per project guidelines + remove empty
* Update link in readme.md
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/plut0nium/0x3e/rules.mk')
-rw-r--r-- | keyboards/plut0nium/0x3e/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/plut0nium/0x3e/rules.mk b/keyboards/plut0nium/0x3e/rules.mk new file mode 100644 index 0000000000..7a0ec2db21 --- /dev/null +++ b/keyboards/plut0nium/0x3e/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +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 +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +OLED_DRIVER_ENABLE = yes +LTO_ENABLE = yes |