aboutsummaryrefslogtreecommitdiff
path: root/j1demo/firmware/keycodes.fs
diff options
context:
space:
mode:
authorDimitri Sokolyuk <ds@doozer.de>2017-05-23 17:06:09 +0200
committerDimitri Sokolyuk <ds@doozer.de>2017-05-23 17:06:09 +0200
commit6f86ce7057dd7cd1b491e8f09501258822d2ea74 (patch)
treeb3bfa11f0f72d0e1ca7c84d948af20b7494dd26b /j1demo/firmware/keycodes.fs
Import j1demo
Diffstat (limited to 'j1demo/firmware/keycodes.fs')
-rw-r--r--j1demo/firmware/keycodes.fs28
1 files changed, 28 insertions, 0 deletions
diff --git a/j1demo/firmware/keycodes.fs b/j1demo/firmware/keycodes.fs
new file mode 100644
index 0000000..bd9b814
--- /dev/null
+++ b/j1demo/firmware/keycodes.fs
@@ -0,0 +1,28 @@
+9 constant TAB
+10 constant ENTER
+27 constant ESC
+
+h# 80 constant KDEL
+
+h# 81 constant KF1
+h# 82 constant KF2
+h# 83 constant KF3
+h# 84 constant KF4
+h# 85 constant KF5
+h# 86 constant KF6
+h# 87 constant KF7
+h# 88 constant KF8
+h# 89 constant KF9
+h# 8a constant KF10
+h# 8b constant KF11
+h# 8c constant KF12
+
+h# 90 constant KHOME
+h# 91 constant KPGUP
+h# 92 constant KPGDN
+h# 93 constant KEND
+h# 94 constant KLEFT
+h# 95 constant KRIGHT
+h# 96 constant KUP
+h# 97 constant KDOWN
+h# 98 constant KINS