summaryrefslogtreecommitdiff
path: root/keyboards/thevankeyboards/minivan/config.h
diff options
context:
space:
mode:
authorErovia <Erovia@users.noreply.github.com>2020-04-19 18:44:05 +0200
committerGitHub <noreply@github.com>2020-04-19 18:44:05 +0200
commit51ecd37d7bb6e2c9e6d20856cf2b3f575e8b0995 (patch)
tree2b56d334784d014dadfcc40a0997751fd23e67c8 /keyboards/thevankeyboards/minivan/config.h
parented5e69093c21649fdd5e6d7c426f4fd8644d7e4f (diff)
Add VIA support for Minivan (#8849)
Co-Authored-By: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/thevankeyboards/minivan/config.h')
-rw-r--r--keyboards/thevankeyboards/minivan/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/thevankeyboards/minivan/config.h b/keyboards/thevankeyboards/minivan/config.h
index 7bc8192ed3..9b3fc8e1aa 100644
--- a/keyboards/thevankeyboards/minivan/config.h
+++ b/keyboards/thevankeyboards/minivan/config.h
@@ -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