1
0
Fork 0

Refactor mint60 to use split_common (#8084)

This commit is contained in:
Joel Challis 2020-02-07 13:58:55 +00:00 committed by GitHub
parent fb6f581157
commit c93093569e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 1072 deletions

View file

@ -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