summaryrefslogtreecommitdiff
path: root/keyboards/voyager/chconf.h
blob: 5abb622086317e1f3bff8566369941529d29362d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#define CH_CFG_ST_RESOLUTION 16

#define CH_CFG_ST_FREQUENCY 2000

#define CH_CFG_INTERVALS_SIZE 32

#define CH_CFG_TIME_TYPES_SIZE 32

#define CH_CFG_USE_CONDVARS_TIMEOUT FALSE

#include_next <chconf.h>