Browse Source

[Keyboard] Reduce compile size for melgeek mach80 (#15034)

pull/15037/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
b05f0bb231
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +0
    -1
      keyboards/melgeek/mach80/keymaps/via/rules.mk
  2. +2
    -0
      keyboards/melgeek/mach80/rev1/rules.mk

+ 0
- 1
keyboards/melgeek/mach80/keymaps/via/rules.mk View File

@ -1,2 +1 @@
VIA_ENABLE = yes
LTO_ENABLE = yes

+ 2
- 0
keyboards/melgeek/mach80/rev1/rules.mk View File

@ -21,4 +21,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
RGB_MATRIX_ENABLE = yes # Use RGB matrix
RGB_MATRIX_DRIVER = IS31FL3741
LTO_ENABLE = yes
LAYOUTS = tkl_ansi

Loading…
Cancel
Save