|
|
|
@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
#define MATRIX_ROW_PINS { B6, B4, D7, D6, D4 }
|
|
|
|
|
#define MATRIX_COL_PINS { B0, B3, B2, B1, D3, D5, B5, B7, C6, C7, D0, D1, D2 }
|
|
|
|
|
#define UNUSED_PINS { F1, F4, F5, F6, F7}
|
|
|
|
|
#define UNUSED_PINS
|
|
|
|
|
|
|
|
|
|
/* COL2ROW or ROW2COL */
|
|
|
|
|
#define DIODE_DIRECTION COL2ROW
|
|
|
|
@ -53,9 +53,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
#define IS_COMMAND() ( \
|
|
|
|
|
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
/* Backlight configuration
|
|
|
|
|
*/
|
|
|
|
|
#define BACKLIGHT_LEVELS 4
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|