summaryrefslogtreecommitdiffstats
path: root/generate_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'generate_utils.py')
-rw-r--r--generate_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_utils.py b/generate_utils.py
index bf7e6c7..3ad8050 100644
--- a/generate_utils.py
+++ b/generate_utils.py
@@ -9,8 +9,8 @@ def replaceMacros(lines, macro_defs):
# Note, (BOARD_ROWS * BOARD_COLS % NUM_LAYERS) must equal 0. If not, writing to
# the last cell will (with the current implementation) wrap around to the front
# of the board.
-BOARD_ROWS=8
-BOARD_COLS=22
+BOARD_ROWS=4
+BOARD_COLS=44
INDEX_BITS=4
CHARS_PER_CELL=80