rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings (#17619)
parent
b9269bf689
commit
a6ea760c94
@ -1,20 +0,0 @@
|
||||
/*
|
||||
Copyright 2017 Danny Nguyen <danny@hexwire.com>
|
||||
|
||||
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
|
||||
|
||||
#include "config_common.h"
|
||||
@ -1,14 +1,3 @@
|
||||
ifeq ($(strip $(CTPC)), yes)
|
||||
CONVERT_TO_PROTON_C=yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(CONVERT_TO_PROTON_C)), yes)
|
||||
SPLIT_KEYBOARD = no # currently unsupported on ARM
|
||||
RGBLIGHT_ENABLE = no # currently unsupported on ARM
|
||||
|
||||
EXTRAFLAGS += -DUSE_PROTON_C
|
||||
else
|
||||
# Currently moved to Pro Micro only section because of lack of Proton-C support
|
||||
SPLIT_KEYBOARD = yes
|
||||
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
||||
ifeq ($(strip $(CONVERT_TO)), proton_c)
|
||||
RGBLIGHT_ENABLE = no # OOB incompatible with split on ARM
|
||||
endif
|
||||
|
||||
@ -1 +0,0 @@
|
||||
#include "zen.h"
|
||||
@ -1,8 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#if KEYBOARD_rgbkb_zen_rev1
|
||||
#include "rev1.h"
|
||||
#elif KEYBOARD_rgbkb_zen_rev2
|
||||
#include "rev2.h"
|
||||
#endif
|
||||
#include "quantum.h"
|
||||
Loading…
Reference in New Issue