diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-10 10:33:15 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-10 10:33:15 +0000 |
commit | 5491385f3dc3c357ffd86a0cd6e0c3c2ec662e65 (patch) | |
tree | 6cc0c54297c6601c622554db466a09f722c7ec52 /keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h | |
parent | 437dad1b0ea3b441b1d49149a9ce0a97f66db23c (diff) | |
parent | d7eb09949d426af891dd9cf85ad789285422490e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h b/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h new file mode 100644 index 0000000000..9068139df8 --- /dev/null +++ b/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h @@ -0,0 +1,24 @@ +/* Copyright 2021 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_SERIAL TRUE + +#define PAL_USE_CALLBACKS TRUE +#define PAL_USE_WAIT TRUE + +#include_next <halconf.h> |