Fixed plank keymaps so that they will compile for planck light
This commit is contained in:
parent
2dacf25f28
commit
4464d90f4d
10 changed files with 90 additions and 29 deletions
|
@ -25,9 +25,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MATRIX_COLS 12
|
||||
|
||||
/* Planck PCB default pin-out */
|
||||
#ifndef LIGHT_CONFIG_H
|
||||
#define MATRIX_ROW_PINS { D0, D5, B5, B6 }
|
||||
#define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 }
|
||||
#define UNUSED_PINS
|
||||
#endif
|
||||
|
||||
/*
|
||||
* MIDI options
|
||||
|
@ -69,7 +71,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* Only print user print statements */
|
||||
#define USER_PRINT
|
||||
|
||||
#ifndef LIGHT_CONFIG_H
|
||||
#define BACKLIGHT_BREATHING
|
||||
#endif
|
||||
|
||||
/* disable action features */
|
||||
//#define NO_ACTION_LAYER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue