diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-07-26 19:41:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 12:41:28 +1000 |
| commit | 3affdcb45b51641b2a5d918c69f3afe2b2f5c757 (patch) | |
| tree | 5682bd4000f19823dd5f2b64a9f850b8af4deb8a /keyboards/dztech | |
| parent | e032fbe3265426aa4779a4b4bed384bba43b815f (diff) | |
| download | qmk_firmware-3affdcb45b51641b2a5d918c69f3afe2b2f5c757.tar.gz qmk_firmware-3affdcb45b51641b2a5d918c69f3afe2b2f5c757.zip | |
Reduce firmware size in prep for #12670 (#13724)
* Reduce firmware size in pre for #12670
* Also disable pixel mode, just in case
Diffstat (limited to 'keyboards/dztech')
| -rw-r--r-- | keyboards/dztech/dz60rgb/keymaps/via/config.h | 21 | ||||
| -rw-r--r-- | keyboards/dztech/dz65rgb/keymaps/via/config.h | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb/keymaps/via/config.h b/keyboards/dztech/dz60rgb/keymaps/via/config.h new file mode 100644 index 000000000..1beb7130f --- /dev/null +++ b/keyboards/dztech/dz60rgb/keymaps/via/config.h | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | /* Copyright 2021 DZTECH <moyi4681@live.cn> | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #define DISABLE_RGB_MATRIX_PIXEL_FLOW | ||
| 20 | #define DISABLE_RGB_MATRIX_PIXEL_FRACTAL | ||
| 21 | #define DISABLE_RGB_MATRIX_PIXEL_RAIN | ||
diff --git a/keyboards/dztech/dz65rgb/keymaps/via/config.h b/keyboards/dztech/dz65rgb/keymaps/via/config.h new file mode 100644 index 000000000..1beb7130f --- /dev/null +++ b/keyboards/dztech/dz65rgb/keymaps/via/config.h | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | /* Copyright 2021 DZTECH <moyi4681@live.cn> | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #define DISABLE_RGB_MATRIX_PIXEL_FLOW | ||
| 20 | #define DISABLE_RGB_MATRIX_PIXEL_FRACTAL | ||
| 21 | #define DISABLE_RGB_MATRIX_PIXEL_RAIN | ||
