diff options
author | Joel Challis <git@zvecr.com> | 2020-02-07 13:58:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 13:58:55 +0000 |
commit | c93093569ecd6024c43e9b0d2e8881e0f768c940 (patch) | |
tree | af5ed652e07e50815b1ee3d21c6a22858171ce14 /keyboards/mint60/mint60.h | |
parent | fb6f5811571dfd033eecfe3073a58fd131b3b5c4 (diff) |
Refactor mint60 to use split_common (#8084)
Diffstat (limited to 'keyboards/mint60/mint60.h')
-rw-r--r-- | keyboards/mint60/mint60.h | 19 |
1 files changed, 1 insertions, 18 deletions
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 <http://www.gnu.org/licenses/>. */ -#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 <stddef.h> -#ifdef __AVR__ - #include <avr/io.h> - #include <avr/interrupt.h> -#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 |