Connected arrows

This commit is contained in:
Devine Lu Linvega 2024-02-11 12:10:38 -08:00
parent 797b8dc4e0
commit c7482debc0
1 changed files with 8 additions and 2 deletions

View File

@ -93,6 +93,12 @@
DUP [ LIT ". ] NEQ ?{ #001e <set-press> }
POP BRK
&on-button ( button -> )
DUP [ LIT 40 ] NEQ ?{
#0018 <set-press>
POP BRK }
DUP [ LIT 80 ] NEQ ?{
#0019 <set-press>
POP BRK }
#02 SFT #01 AND .layer STZ
<draw-keyboard>
BRK