diff options
author | Drashna Jaelre <drashna@live.com> | 2021-07-24 02:36:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 19:36:41 +1000 |
commit | 7907a725846720b96833057e94b548c38fcd0116 (patch) | |
tree | 22eb4dd4a85f24c60e9cc8e2c276317367119bf5 /keyboards/dztech/dz60rgb/v2_1/rules.mk | |
parent | a2d0efe5ad79fbd63a682356aa2a4b6d186b1d8f (diff) |
[Keyboard] Reduce compile size for dz60rgb v2.1 (#13680)
Diffstat (limited to 'keyboards/dztech/dz60rgb/v2_1/rules.mk')
-rw-r--r-- | keyboards/dztech/dz60rgb/v2_1/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb/v2_1/rules.mk b/keyboards/dztech/dz60rgb/v2_1/rules.mk index 7fdadb18dc..ff6a24b93b 100644 --- a/keyboards/dztech/dz60rgb/v2_1/rules.mk +++ b/keyboards/dztech/dz60rgb/v2_1/rules.mk @@ -24,3 +24,6 @@ RGB_MATRIX_ENABLE = yes # Use RGB matrix RGB_MATRIX_DRIVER = IS31FL3733 NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in LTO_ENABLE = yes + +SPACE_CADET_ENABLE = no +GRAVE_ESC_ENABLE = no |