Fix failing keyboards on develop (#23406)

This commit is contained in:
Joel Challis 2024-04-03 14:01:30 +01:00 committed by GitHub
parent c635733a7f
commit 62af50ceef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 22 additions and 7 deletions

View file

@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef readPort
# include "gpio_extr.h"
#endif
#include "atomic_util.h"
#include "util.h"
#include "matrix.h"
#include "matrix_extr.h"