qmk_firmware/keyboards/haverworks/theseus75/halconf.h
Alex Havermale fc55fcff3d
Add haverworks/theseus75 keyboard (#25457)
Co-authored-by: Moritz <moritz.plattner@gmx.net>
2025-09-10 08:28:24 -04:00

10 lines
187 B
C

// Copyright 2023 Moritz Plattner (@ebastler)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_SERIAL TRUE
#define HAL_USE_PWM TRUE
#include_next <halconf.h>