diff options
| author | Ryan <fauxpark@gmail.com> | 2024-03-31 01:07:19 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-30 14:07:19 +0000 |
| commit | 2dd406f08fc5d9877c8fd2642e94975eae37e86f (patch) | |
| tree | 97f1833428dff865e99a2332a9c779fc02ff803d /keyboards/om60 | |
| parent | 76bd5142cfed1fb8e07b9f32fb0b010fbc068fa4 (diff) | |
Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)
Diffstat (limited to 'keyboards/om60')
| -rw-r--r-- | keyboards/om60/matrix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/om60/matrix.c b/keyboards/om60/matrix.c index 3686780468..b0e252ec45 100644 --- a/keyboards/om60/matrix.c +++ b/keyboards/om60/matrix.c | |||
| @@ -15,7 +15,8 @@ GNU General Public License for more details. | |||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 17 | */ | 17 | */ |
| 18 | #include "quantum.h" | 18 | #include "matrix.h" |
| 19 | #include "wait.h" | ||
| 19 | 20 | ||
| 20 | #if (MATRIX_COLS <= 8) | 21 | #if (MATRIX_COLS <= 8) |
| 21 | # define ROW_SHIFTER ((uint8_t)1) | 22 | # define ROW_SHIFTER ((uint8_t)1) |
