1
2024-01-07 12:48:58 -05:00

8 lines
159 B
C

#pragma once
// Threshold for things considered a "tap"
#define TAPPING_TERM 300
// Use Linux unicode mode
#define UNICODE_SELECTED_MODES UNICODE_MODE_LINUX