From 8e8c0e2d57f7b07348ef3068726791296deb6c75 Mon Sep 17 00:00:00 2001 From: yiancar Date: Fri, 19 Aug 2022 20:47:45 +0100 Subject: Cyberstar Custom (#18076) * Create Cyberstar Custom Co-authored-by: yiancar --- keyboards/handwired/cyberstar/halconf.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 keyboards/handwired/cyberstar/halconf.h (limited to 'keyboards/handwired/cyberstar/halconf.h') diff --git a/keyboards/handwired/cyberstar/halconf.h b/keyboards/handwired/cyberstar/halconf.h new file mode 100644 index 0000000000..4abd83bd3b --- /dev/null +++ b/keyboards/handwired/cyberstar/halconf.h @@ -0,0 +1,21 @@ +/* Copyright 2022 Yiancar-Designs + * + * 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 HAL_USE_PWM TRUE + +#include_next -- cgit v1.2.3