diff options
author | 4pplet <mail@4pplet.com> | 2022-07-23 22:23:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-23 13:23:14 -0700 |
commit | f1ccd60458a83b575ec5f13af8b7e1b07587d9f3 (patch) | |
tree | 36e49e68361c73f56a88ffcc0f9c09ef4cf27166 /keyboards/4pplet/perk60_iso/rev_a/halconf.h | |
parent | 1f42a8ccdd10a1f1ac1ed1a0ab62d2c9e5dc3ffa (diff) |
[Keyboard] 4pplet Perk60 (#16853)
* adding perk60 iso
adding perk60 iso
* Update info.json
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Delete chconf.h
* Update keyboards/4pplet/perk60_iso/rev_a/rules.mk
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update rules.mk
* Update config.h
* removing a few RGB effects
* removing more effects
* Update keyboards/4pplet/perk60_iso/rev_a/config.h
* Update keyboards/4pplet/perk60_iso/keymaps/default/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/default/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.h
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/info.json
* Update keyboards/4pplet/perk60_iso/rev_a/rules.mk
Diffstat (limited to 'keyboards/4pplet/perk60_iso/rev_a/halconf.h')
-rw-r--r-- | keyboards/4pplet/perk60_iso/rev_a/halconf.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/4pplet/perk60_iso/rev_a/halconf.h b/keyboards/4pplet/perk60_iso/rev_a/halconf.h new file mode 100644 index 0000000000..a1aac3152d --- /dev/null +++ b/keyboards/4pplet/perk60_iso/rev_a/halconf.h @@ -0,0 +1,25 @@ +/* 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_I2C TRUE + +#define HAL_USE_PWM FALSE + +#define HAL_USE_SPI FALSE + +#include_next <halconf.h> |