mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-16 01:20:52 +02: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>
|