diff options
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 4 |
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', |
