mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 23:54:17 -04:00
* Reduce firmware size in pre for #12670 * Also disable pixel mode, just in case
This commit is contained in:
parent
3a96c9fcaa
commit
14b46bfbe3
6 changed files with 46 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
21
keyboards/dztech/dz60rgb/keymaps/via/config.h
Normal file
21
keyboards/dztech/dz60rgb/keymaps/via/config.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* Copyright 2021 DZTECH <moyi4681@live.cn>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define DISABLE_RGB_MATRIX_PIXEL_FLOW
|
||||
#define DISABLE_RGB_MATRIX_PIXEL_FRACTAL
|
||||
#define DISABLE_RGB_MATRIX_PIXEL_RAIN
|
21
keyboards/dztech/dz65rgb/keymaps/via/config.h
Normal file
21
keyboards/dztech/dz65rgb/keymaps/via/config.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* Copyright 2021 DZTECH <moyi4681@live.cn>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define DISABLE_RGB_MATRIX_PIXEL_FLOW
|
||||
#define DISABLE_RGB_MATRIX_PIXEL_FRACTAL
|
||||
#define DISABLE_RGB_MATRIX_PIXEL_RAIN
|
|
@ -1 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue