diff options
author | Joel Challis <git@zvecr.com> | 2023-01-20 02:35:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 02:35:18 +0000 |
commit | 5e502c3265c7616674af7ab929d4a964670c7b69 (patch) | |
tree | 5bdd3dd32b675559f3bf678b6df2a879a17852cd /keyboards/yushakobo/navpad/10_helix_r | |
parent | 891780b17f0dcf86624cadc18fb0fbeb2ee418d8 (diff) |
Remove stray UNUSED_PINS (#19639)
Diffstat (limited to 'keyboards/yushakobo/navpad/10_helix_r')
-rw-r--r-- | keyboards/yushakobo/navpad/10_helix_r/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/yushakobo/navpad/10_helix_r/config.h b/keyboards/yushakobo/navpad/10_helix_r/config.h index 646cb59b63..41389c6b36 100644 --- a/keyboards/yushakobo/navpad/10_helix_r/config.h +++ b/keyboards/yushakobo/navpad/10_helix_r/config.h @@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROW_PINS_RIGHT { D4, C6, D7, E6, B4 } #define MATRIX_COL_PINS { F5, F6, B2, B3, B1, F7, NO_PIN } #define MATRIX_COL_PINS_RIGHT { F4, F5, F6, F7, B1, B3, B2 } -#define UNUSED_PIN { D0, D1 } #define EE_HANDS |