1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 07:24:16 +00:00

Swap operation of 'X' and '=' keys

This commit is contained in:
David Schmenk 2017-11-25 10:14:35 -08:00
parent 2ad8149f1d
commit 7bb877d187
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -46,7 +46,7 @@ word = @delKey
byte[t_keypad] = $1B, 0, 0, ""
word = @cmdKey
byte[t_keypad] = '=', 0, 0, ""
word = @dropKey
word = @copyKey
byte[t_keypad] = 'Z', 0, 0, ""
word = @clearKey
byte[t_keypad] = '7', 3, 10, "[7]"
@ -78,7 +78,7 @@ word = @digitKey
byte[t_keypad] = '.', 7, 16, "[.]"
word = @pointKey
byte[t_keypad] = 'X', 11, 16, "[X]"
word = @copyKey
word = @dropKey
byte[t_keypad] = '+', 15, 16, "[+]"
word = @opKey
byte[t_keypad] = $0D, 3, 18, "[ENTER]"