diff options
Diffstat (limited to 'keyboards/halberd')
-rw-r--r-- | keyboards/halberd/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/halberd/config.h b/keyboards/halberd/config.h index cf3460b618..57e29e858e 100644 --- a/keyboards/halberd/config.h +++ b/keyboards/halberd/config.h @@ -44,7 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { D7, B4, C7, C6, B6, B5, F7, F6, F5, F4, F1 } #define UNUSED_PINS -/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ +/* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW // #define BACKLIGHT_PIN B7 |