diff options
Diffstat (limited to 'keyboards/ash_xiix/ash_xiix.c')
-rw-r--r-- | keyboards/ash_xiix/ash_xiix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ash_xiix/ash_xiix.c b/keyboards/ash_xiix/ash_xiix.c index 56e6f48d03..64be362f93 100644 --- a/keyboards/ash_xiix/ash_xiix.c +++ b/keyboards/ash_xiix/ash_xiix.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "ash_xiix.h" +#include "quantum.h" bool led_update_kb(led_t led_state) { if (led_update_user(led_state)) { |