diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-23 20:23:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-23 20:23:43 +0000 |
commit | 302fa11d1f3a9e9f42a04a37b21cad859ebfd2ff (patch) | |
tree | 5edc57f108898533375da6d0a14fe4dc9dff83d4 /keyboards/4pplet/perk60_iso/rev_a/halconf.h | |
parent | d02cefe613f5ba252c6917c7b0fc6b5b87993062 (diff) | |
parent | f1ccd60458a83b575ec5f13af8b7e1b07587d9f3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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> |