aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mechmini/v2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mechmini/v2/config.h')
-rwxr-xr-xkeyboards/mechmini/v2/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/mechmini/v2/config.h b/keyboards/mechmini/v2/config.h
index c19e030bf..7936caef0 100755
--- a/keyboards/mechmini/v2/config.h
+++ b/keyboards/mechmini/v2/config.h
@@ -12,8 +12,8 @@
12 * You should have received a copy of the GNU General Public License 12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://www.gnu.org/licenses/>. 13 * along with this program. If not, see <http://www.gnu.org/licenses/>.
14*/ 14*/
15#ifndef V2_CONFIG_H 15
16#define V2_CONFIG_H 16#pragma once
17 17
18#include "config_common.h" 18#include "config_common.h"
19 19
@@ -62,5 +62,3 @@
62#define RGBLIGHT_SAT_STEP 8 62#define RGBLIGHT_SAT_STEP 8
63#define RGBLIGHT_VAL_STEP 8 63#define RGBLIGHT_VAL_STEP 8
64#endif 64#endif
65
66#endif