aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tzarc/kobold/halconf.h
blob: 2251180c141ac3564ceb1e8ea6e8619a3bc921fe (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2025 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

#define HAL_USE_PWM TRUE
#define HAL_USE_SPI TRUE

#include_next <halconf.h>