summaryrefslogtreecommitdiff
path: root/keyboards/thevankeyboards/minivan/minivan.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/minivan.h
parented5e69093c21649fdd5e6d7c426f4fd8644d7e4f (diff)
Add VIA support for Minivan (#8849)
Co-Authored-By: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/thevankeyboards/minivan/minivan.h')
-rw-r--r--keyboards/thevankeyboards/minivan/minivan.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/thevankeyboards/minivan/minivan.h b/keyboards/thevankeyboards/minivan/minivan.h
index eb9aa67938..dfd971aea3 100644
--- a/keyboards/thevankeyboards/minivan/minivan.h
+++ b/keyboards/thevankeyboards/minivan/minivan.h
@@ -1,5 +1,4 @@
-#ifndef MINIVAN_H
-#define MINIVAN_H
+#pragma once
#include "quantum.h"
@@ -63,5 +62,3 @@
{ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B }, \
{ K30, K31, K32, K33, K34, KC_NO, KC_NO, K37, K38, K39, K3A, K3B } \
}
-
-#endif