aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2022-09-25 23:33:03 +0200
committertslil clingman <tslil@posteo.de>2022-09-25 23:35:24 +0200
commit938764a7328eeee747acfa4af07d3b3b91173fc1 (patch)
tree5bf6f110143d7eeee00de16cf115dea42876029e /src/config.rs
parent6c9cee559d6f461ec660d3a1416b70e475b1c3bb (diff)
Added in prelayouts, speed info
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 4449b7b..bc86613 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -1,4 +1,6 @@
-pub const NUM_KEYS: usize = 30; // you should not change this
+// Do not change
+pub const NUM_KEYS: usize = 30;
+pub const ROW_LENGTH: usize = 10;
pub const KEY_CHARS: [char; NUM_KEYS] = [
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',