From 172a40686b84af7f887350a20c526855c7f7649c Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 15 Apr 2023 21:08:15 +1000 Subject: Move single `LAYOUT_all`s to data driven (#20430) --- keyboards/ash1800/ash1800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/ash1800/ash1800.c') diff --git a/keyboards/ash1800/ash1800.c b/keyboards/ash1800/ash1800.c index 5b1d1c45f2..520b1503ac 100644 --- a/keyboards/ash1800/ash1800.c +++ b/keyboards/ash1800/ash1800.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include "ash1800.h" +#include "quantum.h" bool led_update_kb(led_t led_state) { if (led_update_user(led_state)) { -- cgit v1.2.3