From d02860a2d3abee224ecc226128f6c7c6844747eb Mon Sep 17 00:00:00 2001 From: nycki Date: Sun, 5 Apr 2026 19:04:41 -0700 Subject: [PATCH] isomorphic 3,2 --- static/piano/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/piano/index.html b/static/piano/index.html index 7b1f048..915b633 100644 --- a/static/piano/index.html +++ b/static/piano/index.html @@ -8,6 +8,7 @@ @@ -38,6 +39,8 @@ useClassicPiano(); } else if (layout == 'isomorphic-2-1') { useIsomorphic(2, 1); + } else if (layout == 'isomorphic-3-2') { + useIsomorphic(3, 2); } else if (layout == 'isomorphic-5-2') { useIsomorphic(5, 2); }