Remove matrix_key_count()
(#16603)
* Remove `matrix_key_count()` * Remove `matrix_bitpop()`
This commit is contained in:
parent
dc8db6551d
commit
bd70f5261c
51 changed files with 4 additions and 527 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue