From a76977af62010a392c16010c367185e61e856ffe Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 30 Oct 2019 20:04:56 +0100 Subject: mv to docs --- j1demo/firmware/keycodes.fs | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 j1demo/firmware/keycodes.fs (limited to 'j1demo/firmware/keycodes.fs') diff --git a/j1demo/firmware/keycodes.fs b/j1demo/firmware/keycodes.fs deleted file mode 100644 index bd9b814..0000000 --- a/j1demo/firmware/keycodes.fs +++ /dev/null @@ -1,28 +0,0 @@ -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 -- cgit v1.2.3