From e64ec530cd966c15653eb786da2afcd20eee2f30 Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Sun, 25 Sep 2022 22:59:58 -0700 Subject: Durgod K310/K320 Refactor (#18224) --- keyboards/durgod/k310/halconf.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 keyboards/durgod/k310/halconf.h (limited to 'keyboards/durgod/k310/halconf.h') diff --git a/keyboards/durgod/k310/halconf.h b/keyboards/durgod/k310/halconf.h new file mode 100644 index 0000000000..d2a9d8c7c0 --- /dev/null +++ b/keyboards/durgod/k310/halconf.h @@ -0,0 +1,24 @@ +/* Copyright 2021 Simon Arlott + * + * 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 . + */ + +#pragma once + +#define HAL_USE_PAL TRUE +#define PAL_USE_CALLBACKS TRUE + +#define HAL_USE_GPT TRUE + +#include_next -- cgit v1.2.3