diff options
| author | tslil clingman <tslil@posteo.de> | 2022-10-23 00:45:29 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2022-10-23 00:45:29 +0200 |
| commit | 6db23c417ea59dd9b9b928f022d40e20b80d2e67 (patch) | |
| tree | b8b6f057b441096007ea262450cd1df35eb837cf /srchr/src/config.rs | |
| parent | 2ebfa525b934662d4ee6ca589bbda727c011decd (diff) | |
start from colemak, attempt to rebalance ring columns if using lsb
Diffstat (limited to 'srchr/src/config.rs')
| -rw-r--r-- | srchr/src/config.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srchr/src/config.rs b/srchr/src/config.rs index 9726108..9ed98d3 100644 --- a/srchr/src/config.rs +++ b/srchr/src/config.rs @@ -8,9 +8,9 @@ pub const STATS_FILE_NAME: &str = "shai.json"; pub const LOAD_STATS: bool = true; pub const STARTING_LAYOUT_STRING: &str = " -V L O M Q W F U H . -S R A T K Y C E N I -X J ' D Z G P / B , +Q W F P B J L U Y ' +A R S T G M N E I O +Z X C D V K H , . / "; // Tournament parameters |
