diff options
author | lokher <lokher@gmail.com> | 2022-12-06 17:10:48 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-12-07 15:50:49 +0800 |
commit | a336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch) | |
tree | 3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/hillside/52/0_1/0_1.c | |
parent | 27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff) |
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/hillside/52/0_1/0_1.c')
-rw-r--r-- | keyboards/hillside/52/0_1/0_1.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/hillside/52/0_1/0_1.c b/keyboards/hillside/52/0_1/0_1.c deleted file mode 100644 index 9a9808da8c..0000000000 --- a/keyboards/hillside/52/0_1/0_1.c +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright 2022 Michael McCoyd (@mmccoyd) -// SPDX-License-Identifier: GPL-2.0-or-later - -#include "0_1.h" - -// Keymatrix spots to ignore, as one signals handedness and others have no key -const matrix_row_t matrix_mask[] = { -//c:543210 column id's - 0b111111, - 0b111111, - 0b111111, - 0b000111, - 0b111110, - -//c:543210 - 0b111111, - 0b111111, - 0b111111, - 0b000111, - 0b111110 -}; |