Add VIA support for Minivan (#8849)

Co-Authored-By: Joel Challis <git@zvecr.com>
This commit is contained in:
Erovia
2020-04-19 18:44:05 +02:00
committed by GitHub
parent ed5e69093c
commit 51ecd37d7b
4 changed files with 23 additions and 8 deletions

View File

@@ -15,8 +15,7 @@ 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"
@@ -70,5 +69,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D0
#define RGBLED_NUM 3
#define RGBLIGHT_SLEEP
#endif