diff options
author | PixelSpaceStudio <106432218+PixelSpaceStudio@users.noreply.github.com> | 2023-12-14 07:42:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 15:42:36 -0800 |
commit | 357a10f6c8071b52d1731fd222a110f7c416eba5 (patch) | |
tree | fbeb032d9d040d0b6fbc632424a1ee9e4f213d50 /keyboards/pixelspace/shadow80/halconf.h | |
parent | 85a0da9a5584f8996f9dac64d534ed99d4e341f3 (diff) |
Add keyboard shadow80 (#22534)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/pixelspace/shadow80/halconf.h')
-rw-r--r-- | keyboards/pixelspace/shadow80/halconf.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/pixelspace/shadow80/halconf.h b/keyboards/pixelspace/shadow80/halconf.h new file mode 100644 index 0000000000..7d6fe45bac --- /dev/null +++ b/keyboards/pixelspace/shadow80/halconf.h @@ -0,0 +1,20 @@ +/* * Copyright 2023 楽(HereVoLand @Vem) + * + * 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 <http://www.gnu.org/licenses/>. + */ +#pragma once + +#define HAL_USE_PWM TRUE +#define SERIAL_USB_BUFFERS_SIZE 256 +#include_next <halconf.h> |