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/config.h | |
parent | ed5e69093c21649fdd5e6d7c426f4fd8644d7e4f (diff) | |
download | qmk_firmware-51ecd37d7bb6e2c9e6d20856cf2b3f575e8b0995.tar.gz |
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.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/thevankeyboards/minivan/config.h b/keyboards/thevankeyboards/minivan/config.h index 7bc8192ed..9b3fc8e1a 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 |