From 4d17fe2a995470ae265a418a0b1c5818a55c9c1d Mon Sep 17 00:00:00 2001 From: DeskDaily <65656486+DeskDaily@users.noreply.github.com> Date: Thu, 6 Apr 2023 02:25:21 +0800 Subject: [Keyboard] Add lxxt (#19935) Co-authored-by: Neil Brian Ramirez Co-authored-by: Neil Brian Ramirez --- keyboards/lxxt/config.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 keyboards/lxxt/config.h (limited to 'keyboards/lxxt/config.h') diff --git a/keyboards/lxxt/config.h b/keyboards/lxxt/config.h new file mode 100644 index 0000000000..03ef56622c --- /dev/null +++ b/keyboards/lxxt/config.h @@ -0,0 +1,19 @@ +/* Copyright 2023 DeskDaily + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#pragma once + +#define WS2812_PIO_USE_PIO1 \ No newline at end of file -- cgit v1.2.3