Author Topic: HHKB bottom row dimensions?  (Read 7678 times)

0 Members and 1 Guest are viewing this topic.

Offline jinhwanlazy

  • Thread Starter
  • Posts: 5
HHKB bottom row dimensions?
« on: Sun, 31 July 2016, 14:02:15 »
I'm building a copy of happy hacking. But I couldn't find clear source of It's dimension.

The only one source I found is this layout-editor format from deskthority wiki (https://deskthority.net/wiki/HHKB_Professional2).
Code: [Select]
    // simplified
    ["","","","","","","","","","","","","","",""],
    [{w:1.5},"","","","","","","","","","","","","",{w:1.5},""],
    [{w:1.75},"","","","","","","","","","","","",{w:2.25},""],
    [{w:2.25},"","","","","","","","","","","",{w:1.75},"",""],
    [{x:1.55},"",{w:1.5},"",{w:6},"",{w:1.5},"",""]


It specifies the bottom row has 1.55 unit, blank area on left side, which means 'Q' and 'Alt' key dose not vertically aligned, but 'Alt' is 0.05 unit(0.9525mm) shifted to right. As far as I see my HHKB, I don't see such a gap. I'm not sure because I don't have proper measurement. Sub mm distance is really hard to catch with plastic ruler.

Should I trust deskthority wiki, or assume its just typo of 1.5 unit?
« Last Edit: Sun, 31 July 2016, 14:17:00 by jinhwanlazy »

Offline Tactile

  • Posts: 1439
  • Location: Portland, OR
Re: HHKB bottom row dimensions?
« Reply #1 on: Sun, 31 July 2016, 15:01:02 »
In the photos I've seen it seems clear that those two keys are not aligned.

143925-0
REΛLFORCE

Offline jinhwanlazy

  • Thread Starter
  • Posts: 5
Re: HHKB bottom row dimensions?
« Reply #2 on: Sun, 31 July 2016, 15:17:52 »
The image is warped. Left 'Alt' is seems to be slightly right to 'Q', but at the same time, right 'Alt' is left to '['.

Offline hasu

  • Posts: 3491
  • Location: Tokyo, Japan
  • @tmk
    • tmk keyboard firmware project
Re: HHKB bottom row dimensions?
« Reply #3 on: Sun, 31 July 2016, 21:25:33 »
I think it should be 1.5u but I have no source.
How important is the 0.05u difference on your copy?

Offline jinhwanlazy

  • Thread Starter
  • Posts: 5
Re: HHKB bottom row dimensions?
« Reply #4 on: Mon, 01 August 2016, 01:18:16 »
Not at all. I just wanted to make things sure.

Offline czarek

  • Posts: 627
  • Location: Poland
  • Keep the momentum going!
    • FalbaTech
Re: HHKB bottom row dimensions?
« Reply #5 on: Mon, 01 August 2016, 04:44:41 »
That's simple:
144010-0
So:
1.5, 1, 1.5, 6.25, 1.5, 1, 1, 1.5
That layout can be easily achieved with standard GH60 board.
« Last Edit: Mon, 01 August 2016, 04:47:03 by czarek »
My little ErgoDox / GH60 factory: http://falbatech.pl

Offline jinhwanlazy

  • Thread Starter
  • Posts: 5
Re: HHKB bottom row dimensions?
« Reply #6 on: Mon, 01 August 2016, 06:48:10 »
1.5, 1, 1.5, 6.25, 1.5, 1, 1, 1.5
That layout can be easily achieved with standard GH60 board.
HHKB has 6 unit space bar. And that's why I decided build one myself, because most HHKB copy had 6.25u spacebar.

I'm building it from scratch, mainly will be 3D printed, hand-wired. It's still work in progress. but you will see the concept.
144020-0

You can try it yourself here.
http://openjscad.org/#https://gist.githubusercontent.com/jinhwanlazy/d98c2b5851e1507c8af122e9724a0c4b/raw/24ec26aca666a7509929d612ca9ade6745ce68ce/keyboard

Offline xondat

  • i'm not a star
  • * Maker
  • Posts: 5366
  • Location: United Kingdom
Re: HHKB bottom row dimensions?
« Reply #7 on: Mon, 01 August 2016, 07:18:15 »
Code: [Select]
[{a:7},"","","","","","","","","","","","","","",""],
[{w:1.5},"","","","","","","","","","","","","",{w:1.5},""],
[{w:1.75},"","","","","","","","","","","","",{w:2.25},""],
[{w:2.25},"","","","","","","","","","","",{w:1.75},"",""],
[{x:1.5,w:1.5},"","",{w:6},"",{w:1.5},"",""]

Closet you can get is 1, 1.5, 7, 1.5, 1 with 1.5 blockers on each side. It's what I've done.