diff options
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"); } |