Move miscellaneous layouts to data driven (#20516)

This commit is contained in:
Ryan
2023-04-25 02:38:35 +10:00
committed by GitHub
parent 72d2be24f9
commit f111bea3cd
288 changed files with 19592 additions and 21083 deletions

View File

@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "rev2.h"
#include "quantum.h"
// Tested and verified working on ext65rev2
void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }