diff options
| author | Álvaro A. Volpato | 2026-01-11 18:47:23 +0100 |
|---|---|---|
| committer | GitHub | 2026-01-11 18:47:23 +0100 |
| commit | 70c36c6c97094bae79e7766dabdb75f0cd91ff85 (patch) | |
| tree | b1d0d02444c2212f29d1f9e8541fcc3e069f3d4a /keyboards/wily/wily_s/halconf.h | |
| parent | 56a2e332e10e6c8d7bc41a45310fa983cbd8c577 (diff) | |
First support for KKC Wily (#25852)
Diffstat (limited to 'keyboards/wily/wily_s/halconf.h')
| -rw-r--r-- | keyboards/wily/wily_s/halconf.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/wily/wily_s/halconf.h b/keyboards/wily/wily_s/halconf.h new file mode 100644 index 0000000000..6c98f31f9b --- /dev/null +++ b/keyboards/wily/wily_s/halconf.h @@ -0,0 +1,21 @@ +/* Copyright 2025 Gondolindrim + * + * 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 + +#include_next <halconf.h> |