mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 17:06:52 +06:00
4be1dfcee4
* First release * add "#pragma once" to config.h and related docs * generate config.h with change from miryoku.org
14 lines
350 B
C
14 lines
350 B
C
|
|
// generated from users/manna-harbour_miryoku/miryoku.org
|
|
|
|
#pragma once
|
|
|
|
// Prevent normal rollover on alphas from accidentally triggering mods.
|
|
#define IGNORE_MOD_TAP_INTERRUPT
|
|
|
|
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
|
|
#define TAPPING_FORCE_HOLD
|
|
|
|
// Recommended for heavy chording.
|
|
#define QMK_KEYS_PER_SCAN 4
|