diff options
author | Nick Brassel <nick@tzarc.org> | 2022-08-06 23:23:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 23:23:35 +1000 |
commit | 154d35ac146422bef938ed9756f6e0012baa83a2 (patch) | |
tree | 12cb571f9b55b1359daaf9e8de2ecf0d38a6b9ae /keyboards/bpiphany/tiger_lily | |
parent | 820371c31bf1afdde8294aa050f95b0434ff5fd9 (diff) |
Remove `UNUSED_PINS` (#17931)
Diffstat (limited to 'keyboards/bpiphany/tiger_lily')
-rw-r--r-- | keyboards/bpiphany/tiger_lily/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/bpiphany/tiger_lily/config.h b/keyboards/bpiphany/tiger_lily/config.h index 2d185e0c28..9aa010c85c 100644 --- a/keyboards/bpiphany/tiger_lily/config.h +++ b/keyboards/bpiphany/tiger_lily/config.h @@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define MATRIX_ROW_PINS { C2, B3, B4, B2, B1, C7, B6, B5 } #define MATRIX_COL_PINS { NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN } -#define UNUSED_PINS { B0, C4, D3 } #define LED_NUM_LOCK_PIN C5 #define LED_CAPS_LOCK_PIN C6 |