4bb5306363
new file: keyboards/ingenieurrr/halconf.h new file: keyboards/ingenieurrr/info.json new file: keyboards/ingenieurrr/keymaps/default/keymap.c new file: keyboards/ingenieurrr/keymaps/via/keymap.c new file: keyboards/ingenieurrr/keymaps/via/rules.mk new file: keyboards/ingenieurrr/keymaps/vial/config.h new file: keyboards/ingenieurrr/keymaps/vial/keymap.c new file: keyboards/ingenieurrr/keymaps/vial/rules.mk new file: keyboards/ingenieurrr/keymaps/vial/vial.json new file: keyboards/ingenieurrr/mcuconf.h new file: keyboards/ingenieurrr/readme.md new file: keyboards/ingenieurrr/rules.mk Co-authored-by: Pascal S <sedelkyp@gmail.com>
21 lines
741 B
C
21 lines
741 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
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h> |