Skip to content

Instantly share code, notes, and snippets.

@deton
Created March 19, 2017 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deton/bc2ebbbba76a55709276165fb3ca5333 to your computer and use it in GitHub Desktop.
Save deton/bc2ebbbba76a55709276165fb3ca5333 to your computer and use it in GitHub Desktop.
改造版ミニキーボードのキーマトリックス配線情報
esc P22 P17
1 P22 P23
2 P16 P23
3 P18 P23
4 P15 P23
5 P15 P20
6 P19 P20
7 P19 P23
8 P12 P23
9 P14 P23
0 P13 P23
- P13 P20
\ P6 P24
tab P22 P28
q P22 P21
w P16 P21
e P18 P21
r P15 P21
t P15 P28
y P19 P28
u P19 P21
i P12 P21
o P14 P21
p P13 P21
= P12 P20
bs P6 P28
a P22 P24
s P16 P24
d P18 P24
f P15 P24
g P15 P17
h P19 P17
j P19 P24
k P12 P24
l P14 P24
; P13 P24
' P13 P17
enter P6 P26
z P22 P26
x P16 P26
c P18 P26
v P15 P26
b P15 P27
n P19 P27
m P19 P26
, P12 P26
. P14 P26
/ P13 P27
` P22 P20
up P8 P17
win P9 P28
alt P10 P17
ctrl P11 P20
shift P25 P28
rshift P25 P26
sp P6 P27
[ P13 P28
] P12 P28
left P8 P27
down P7 P27
right P9 P27
f2 P18 P20
f4 P18 P17
del P5 P20
pgup P5 P26
pgdn P5 P27
MR P1
ML P3
M0 P4
MM P2
sed -e 's/R1/P28/' -e 's/R7/P27/' -e 's/R6/P26/' -e 's/S9 /P25 /' -e 's/R4/P24/' -e 's/R5/P23/' -e 's/S0 /P22 /' -e 's/R2/P21/' -e 's/R3/P20/' -e 's/S5 /P19 /' -e 's/S1 /P18 /' -e 's/R0/P17/' -e 's/S2 /P16 /' -e 's/S4 /P15 /' -e 's/S7 /P14 /' -e 's/S8 /P13 /' -e 's/S6 /P12 /' -e 's/S3 /P11 /' -e 's/S12 /P10 /' -e 's/S13 /P9 /' -e 's/S14 /P8 /' -e 's/S11 /P7 /' -e 's/S10 /P6 /' -e 's/S15 /P5 /' -e 's/M0/P4/' -e 's/ML/P3/' -e 's/MM/P2/' -e 's/MR/P1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment