diff options
author | Erovia <Erovia@users.noreply.github.com> | 2020-04-19 18:44:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 18:44:05 +0200 |
commit | 51ecd37d7bb6e2c9e6d20856cf2b3f575e8b0995 (patch) | |
tree | 2b56d334784d014dadfcc40a0997751fd23e67c8 /keyboards/thevankeyboards/minivan/minivan.h | |
parent | ed5e69093c21649fdd5e6d7c426f4fd8644d7e4f (diff) | |
download | qmk_firmware-51ecd37d7bb6e2c9e6d20856cf2b3f575e8b0995.tar.gz qmk_firmware-51ecd37d7bb6e2c9e6d20856cf2b3f575e8b0995.zip |
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.h | 5 |
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 |