8 lines
159 B
C
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
|