Skip to content

Commit

Permalink
Fix ISO Enter key location
Browse files Browse the repository at this point in the history
Support three different locations
- Rev.A:  1u center(Not exist?)
- Alps:   1.5u center
- Matias: 1.25u center
  • Loading branch information
tmk committed May 28, 2015
1 parent 758e828 commit eb337a7
Show file tree
Hide file tree
Showing 6 changed files with 1,765 additions and 1,568 deletions.
41 changes: 40 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Primary goal is to support 60% cut AEK(Apple Extended Keyboard) layout and fits
Revisions
---------
Rev.A 2015/03
Rev.B 2015/05 ISO Enter fix


Ideas
Expand All @@ -30,6 +31,39 @@ Thumb keys, split space bar: near future
Trackpoint support: mount holes and IO pins: Future revision
Bluetooth support: Future revision

USB connector should be shifted to outside by 0.3-0.5mm. 04/05

ISO Enter Fix:
keycap from Matias doesn't work with Rev.A
https://geekhack.org/index.php?topic=69740.msg1760105#msg1760105
keycap from NEC Rakuraku keyboard doesn't work too
https://geekhack.org/index.php?topic=69740.msg1760805#msg1760805

Matias mount is located at middle of 1.25u while 1.5u on NEC keycap(Alps?).
ISO Enter key position of Rev.A is middle of 1u but such Enter key doesn't exist perhapse.

------- -------
| | |
| + | + | 1u
| | | |
------- -------
| | |
| +| | 1.25u
| || |
`---------'
| || |
| +|| | 1.5u
| ||| |
`-----------'
.-----------, 1.5u
| ||| |
| ||| |
` +++ |
| |
| |
`---------' 1.25u



Support Layouts
---------------
Expand Down Expand Up @@ -86,7 +120,7 @@ KBParadise V60 with Matias:
PCB: http://www.hardcoreware.net/wordpress/wp-content/uploads/2014/06/kbp-v60-mini-review-pcb.jpg
Case: http://i.imgur.com/WiYtefc.jpg
On their Facebook they said:
we can screw V60 plate on 4 holes of Poker2/Pure Pro case. Basicly , V60 can fit in Poker 2 case. But V60 has 6 dip switch , Poker 2 only has 4 dip switch. If the back side hole space not enough , the plate touch , not balance.
we can screw V60 plate on 4 holes of Poker2/Pure Pro case. Basicly , V60 can fit in Poker 2 case. But V60 has 6 dip switch , Poker 2 only has 4 dip switch. If the back side hole space not enough , the plate touch , not balance.
Poker 2 can not fit in V60 case. Because V60 case is a little smaller than Poker 2.

Northgate Omnikey 101key:
Expand Down Expand Up @@ -126,3 +160,8 @@ Some case has extra standoffs

Other Alps SKCM keyboards
http://deskthority.net/wiki/Category:Keyboards_with_Alps_SKCL/SKCM_switches

ISO Enter(Matias: 1.25u center/Alps: 1.5u center)
https://geekhack.org/index.php?topic=69740.msg1760105#msg1760105
https://geekhack.org/index.php?topic=69740.msg1760805#msg1760805
http://auctions.c.yimg.jp/images.auctions.yahoo.co.jp/image/ra118/users/4/5/3/6/kanami55bros-img591x600-1425099861y5vvwi23067.jpg
16 changes: 8 additions & 8 deletions alps64-cache.lib
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ ENDDEF
# GND
#
DEF GND #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -250 60 H I C CNN
F1 "GND" 0 -150 60 H V C CNN
F0 "#PWR" 0 -250 50 H I C CNN
F1 "GND" 0 -150 50 H V C CNN
F2 "" 0 0 60 H V C CNN
F3 "" 0 0 60 H V C CNN
DRAW
Expand Down Expand Up @@ -156,12 +156,12 @@ $FPLIST
LEDV
$ENDFPLIST
DRAW
P 2 0 1 0 50 50 50 -50 N
P 3 0 1 0 -50 50 50 0 -50 -50 F
P 3 0 1 0 65 -40 110 -80 105 -55 N
P 3 0 1 0 80 -25 125 -65 120 -40 N
X A 1 -200 0 150 R 40 40 1 1 P
X K 2 200 0 150 L 40 40 1 1 P
P 2 0 1 0 -50 50 -50 -50 N
P 3 0 1 0 -80 -25 -125 -65 -120 -40 N
P 3 0 1 0 -65 -40 -110 -80 -105 -55 N
P 3 0 1 0 50 50 -50 0 50 -50 F
X K 1 -200 0 150 R 40 40 1 1 P
X A 2 200 0 150 L 40 40 1 1 P
ENDDRAW
ENDDEF
#
Expand Down
18 changes: 16 additions & 2 deletions alps64.cmp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cmp-Mod V01 Created by Cvpcb 0.201503040816+5472~22~ubuntu14.10.1-product date = 2015年03月18日 05時14分13秒
Cmp-Mod V01 Created by Cvpcb 0.201504261001+5623~23~ubuntu14.10.1-product date = 2015年05月28日 10時34分14秒

BeginCmp
TimeStamp = /53E21C15;
Expand Down Expand Up @@ -693,6 +693,20 @@ ValeurCmp = KEYSW;
IdModule = keyboard_parts:ALPS_SKCM;
EndCmp

BeginCmp
TimeStamp = /53E3503A/5566A5BD;
Reference = K23_2;
ValeurCmp = KEYSW;
IdModule = keyboard_parts:ALPS_SKCM;
EndCmp

BeginCmp
TimeStamp = /53E3503A/5566A671;
Reference = K23_3;
ValeurCmp = KEYSW;
IdModule = keyboard_parts:ALPS_SKCM;
EndCmp

BeginCmp
TimeStamp = /53E3503A/53E4A71A;
Reference = K24;
Expand Down Expand Up @@ -1130,7 +1144,7 @@ EndCmp
BeginCmp
TimeStamp = /53E1BC7B;
Reference = U1;
ValeurCmp = ATMEGA32U2;
ValeurCmp = 32U2;
IdModule = keyboard_parts:QFP32_reflow;
EndCmp

Expand Down
Loading

0 comments on commit eb337a7

Please sign in to comment.