From c93093569ecd6024c43e9b0d2e8881e0f768c940 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 7 Feb 2020 13:58:55 +0000 Subject: Refactor mint60 to use split_common (#8084) --- keyboards/mint60/mint60.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'keyboards/mint60/mint60.h') diff --git a/keyboards/mint60/mint60.h b/keyboards/mint60/mint60.h index ed2ee255f4..78529921aa 100644 --- a/keyboards/mint60/mint60.h +++ b/keyboards/mint60/mint60.h @@ -13,25 +13,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef MINT60_H -#define MINT60_H +#pragma once #include "quantum.h" -#ifdef RGBLIGHT_ENABLE -//rgb led driver -#include "ws2812.h" -#endif - -#ifdef USE_I2C -#include -#ifdef __AVR__ - #include - #include -#endif -#endif - - // This a shortcut to help you visually see your layout. // The following is an example using the Planck MIT layout // The first section contains all of the arguments @@ -55,5 +40,3 @@ { R30, R31, R32, R33, R34, R35, R36, R37 }, \ { R40, R41, KC_NO, R43, KC_NO, R45, R46, R47 }, \ } - -#endif -- cgit v1.2.3