diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-27 07:49:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 07:49:03 +1000 |
commit | 4d8dd55bf9b36f5d60afbf01fe192f9a1a7627f3 (patch) | |
tree | e2bcf6c8883e21cc8bece10ead2b21c0b49766b6 /keyboards/xelus/xs60/hotswap/hotswap.c | |
parent | 4871f651c5328cc8c16d1ec991f3e865094b24c8 (diff) |
Move 60% layouts to data driven (#20477)
Diffstat (limited to 'keyboards/xelus/xs60/hotswap/hotswap.c')
-rw-r--r-- | keyboards/xelus/xs60/hotswap/hotswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xelus/xs60/hotswap/hotswap.c b/keyboards/xelus/xs60/hotswap/hotswap.c index cb84eeca18..8b2e833dcc 100644 --- a/keyboards/xelus/xs60/hotswap/hotswap.c +++ b/keyboards/xelus/xs60/hotswap/hotswap.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "hotswap.h" +#include "quantum.h" // tested and working void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); } |