mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-24 07:40:50 +00:00
9 lines
155 B
C
9 lines
155 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define CH_CFG_ST_RESOLUTION 16
|
|
#define CH_CFG_ST_FREQUENCY 10000
|
|
|
|
#include_next <chconf.h>
|