9874d78da3
* Add mode 60 PCB's * Update Licenses * Unify Vendor name cross other projects * Move pin description from Config to Info.json * Replace WS2812 driver with PWM * Update keyboards/mode/m60h/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mode/m60h_f/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mode/m60h/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mode/m60s/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mode/m60s/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Format info.json files * replace link with images * Fix spacings in Config file * remove non essential file * Update readme.md spacings * Update readme.md Spacings * Update readme.md --------- Co-authored-by: Wolf <contact@vwolf.be> Co-authored-by: Ryan <fauxpark@gmail.com>
24 lines
No EOL
829 B
C
24 lines
No EOL
829 B
C
/* Copyright 2020 QMK
|
|
*
|
|
* 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
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef STM32_PWM_USE_TIM4
|
|
#define STM32_PWM_USE_TIM4 TRUE
|
|
|
|
#undef STM32_ST_USE_TIMER
|
|
#define STM32_ST_USE_TIMER 5 |