1
0
Fork 0

Remove matrix_key_count() (#16603)

* Remove `matrix_key_count()`

* Remove `matrix_bitpop()`
This commit is contained in:
Ryan 2022-03-10 23:18:07 +11:00 committed by GitHub
parent dc8db6551d
commit bd70f5261c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 4 additions and 527 deletions

View file

@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define print_matrix_row(row) print_bin_reverse8(matrix_get_row(row))
#define print_matrix_header() print("\nr/c 01234567\n")
#define matrix_bitpop(i) bitpop(matrix[i])
#define ROW_SHIFTER ((uint8_t)1)