Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2020-12-29 21:45:35 +00:00
3 changed files with 0 additions and 156 deletions

View File

@@ -32,8 +32,6 @@ typedef uint32_t matrix_row_t;
#define MATRIX_ROW_SHIFTER ((matrix_row_t)1)
#define MATRIX_IS_ON(row, col) (matrix_get_row(row) && (1 << col))
#ifdef __cplusplus
extern "C" {
#endif