diff options
author | XScorpion2 <rcalt2vt@gmail.com> | 2019-04-15 00:29:50 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-14 21:29:50 -0700 |
commit | ffc82ebdb2ee00c14dd225eb057d209d4584a623 (patch) | |
tree | 8b6fdf04546b52ce810e28bf1183e35ec628cc7e /keyboards/zen/config.h | |
parent | 49746830402cc0e1c0227c6c3c06ebc22fcd016c (diff) |
[Keyboard] Zen keyboard update for Rev2 (#5522)
* Updated Zen keyboard for rev2 support
* Fixing r1 compile errors
* PR feedback and changes for Proton-C compile errors
Diffstat (limited to 'keyboards/zen/config.h')
-rw-r--r-- | keyboards/zen/config.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/zen/config.h b/keyboards/zen/config.h index 4478062eb0..6868dc1354 100644 --- a/keyboards/zen/config.h +++ b/keyboards/zen/config.h @@ -15,17 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" - -#endif // CONFIG_H - -#undef RGBLED_NUM -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 16 - -#ifndef TAPPING_TERM -#define TAPPING_TERM 100 -#endif |