diff options
author | fauxpark <fauxpark@gmail.com> | 2020-01-02 17:45:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 17:45:41 +1100 |
commit | 2557bc8e6f6e61352fa5875646d861126c42a3b0 (patch) | |
tree | 40ef2cb1a51c31a2eaa9d43414a7e88c83181dd2 /keyboards/ymdk | |
parent | b83e3ae556239b4aa6f2c4db20535c536692eb3b (diff) |
Remove custom matrix from PS2AVRGB boards (#7396)
* Remove custom matrix from PS2AVRGB boards
* Add custom backlight.c to SRC for bminiex, for now
* Add missing DIODE_DIRECTIONs
Diffstat (limited to 'keyboards/ymdk')
-rw-r--r-- | keyboards/ymdk/bface/config.h | 2 | ||||
-rw-r--r-- | keyboards/ymdk/bface/rules.mk | 15 |
2 files changed, 2 insertions, 15 deletions
diff --git a/keyboards/ymdk/bface/config.h b/keyboards/ymdk/bface/config.h index 9e5a9134ff..2273b7e84e 100644 --- a/keyboards/ymdk/bface/config.h +++ b/keyboards/ymdk/bface/config.h @@ -34,6 +34,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7} #define UNUSED_PINS +#define DIODE_DIRECTION COL2ROW + #define NO_UART 1 #define BACKLIGHT_PIN D4 diff --git a/keyboards/ymdk/bface/rules.mk b/keyboards/ymdk/bface/rules.mk index 7b829530b2..f6f026cf30 100644 --- a/keyboards/ymdk/bface/rules.mk +++ b/keyboards/ymdk/bface/rules.mk @@ -1,18 +1,3 @@ -# Copyright 2019 Ethan Durrant (emdarcher) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - # MCU name MCU = atmega32a |