Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Designing Keyboard 101
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
nasa9084
May 04, 2019
How-to & DIY
0
260
Designing Keyboard 101
How to Design my/your own keyboard
nasa9084
May 04, 2019
Tweet
Share
More Decks by nasa9084
See All by nasa9084
Adopting Terraform Plugin Framework
nasa9084
0
35
My First 3DP Experience
nasa9084
0
62
e-book title normalization
nasa9084
0
280
Kubernetes SIG Docs Localization Subproject (ja)
nasa9084
0
1.7k
Invitation to K8s-Docs ja
nasa9084
0
2.2k
今更聞けないsystemd - Now Beginning Systemd
nasa9084
4
800
Engineer's Output
nasa9084
0
240
Implementing Quota as a Service
nasa9084
3
3.6k
Recap: Continuous Delivery Meets CustomKubernetes Controller: A Declarative Configuration Approach
nasa9084
0
190
Other Decks in How-to & DIY
See All in How-to & DIY
EmbeddingGemmaをDifyから使いたいけどAPI経由はつまらん #iotlt #gemma #dify
n0bisuke2
0
160
2026年、書籍をちゃんと読むぞ👊 〜約3万円分の書籍を積読にしないためにやること〜
subroh0508
3
780
とある地方技術勉強会に集うエンジニアたちのこれまでとこれから
pharaohkj
1
130
プログラミング道場 "CoderDojo" を支援するサーバー提供システム 『DojoPaaS』 / How DojoPaaS powers the CoderDojo community in Japan
coderdojojapan
PRO
0
150
Raspberry Pi Connectを使って #Manus => Node-RED操作チャレンジ #iotlt vol121
n0bisuke2
0
190
JAWS-UG Fukuoka - AWS re:Invent 2024 re:Cap AWS Community Perspective
awsjcpm
2
240
Goカードゲームを 作ってみた!
senoue
0
200
ATOMS3R-CAMとClaude SKILLSでタイムラプスチャレンジ #iotlt
n0bisuke2
0
250
AWSコミュニティプログラムのご紹介 -グローバル展開するコミュニティプログラム-
awsjcpm
0
290
【ふりかえりワークショップ】Tryを決めるだけじゃない!感情にフォーカスした、ふりかえりを体験しよう!
scrummasudar
0
1.1k
Nutanix Community Edition 超入門 25.04
ricefield66
0
230
HCIのデモに役立つ映像活用アイデア集 #WISS2024 ナイトセッション #HCIVideoCulture
bonsaistudiojp
2
1.1k
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
First, design no harm
axbom
PRO
2
1.1k
Designing Experiences People Love
moore
143
24k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Music & Morning Musume
bryan
47
7.1k
Building AI with AI
inesmontani
PRO
1
760
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
460
It's Worth the Effort
3n
188
29k
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
30 Presentation Tips
portentint
PRO
1
250
Crafting Experiences
bethany
1
75
Transcript
Designing Keyboards 101 @nasa9084
$ whoami • @nasa9084 • LINE corp. • Go /
Kubernetes
<advertisement>
None
</advertisement>
What are you using?
FILCO Majestouch Convertible 2 (Cherry MX Blue) 2016.04 - 2018.10
Ergodox EZ (Cherry MX Blue) 2018.10 -
Ergodash (Kailh BOX white) 2019.02 -
Self-madeʁ
Self-made Keyboards • Buy keyboard kit, build by your hands
• Shop • https://yushakobo.jp • About 25,000 yen ~
Mint60 By eucalyn_
Corne Cherry By foostan
Nomu30 By recompile keys
Keyboard Related Addiction • Keyboard Buying Addiction • Keyboard Making
Addiction • Key-switch Acquisition Syndrome • Key-cap Acquisition Syndrome • Cable Making Addiction • Keyboard Designing Addiction
Designing Keyboards 101 @nasa9084
Components • Key-switches (Cherry MX compatible) • Key-caps • PCB
• Diode (1N4148/1N4148W) • Controller (ProMicro) • Cable, Reset switch, Jack, LEDs, and so on…
Cherry MX (compatible) switches 40 yen / key ~
ProMicro Arduino compatible micro controllers by sparkfun 2,492yen
ProMicro compatible controllers Arduino compatible controller compatible controller… 300 yen~
QMK Firmware • Open source keyboard firmware for ProMicro •
https://github.com/qmk/qmk_firmware • Support 6 keyboards and community keyboards $ git clone github.com/qmk/qmk_firmware $ cd qmk_firmware $ make $KEYBOARD:$KEYMAP:avrdude # if your keyboard is Mint60 $ make mint60:default:avrdude
Designing
First step to the Endgame https://booth.pm/ja/items/1044084
How to Design a Keyboard 1. Design key layout 2.
Design schematic 3. Map schematic and footprint 4. Arrange parts layout 5. Wiring 6. Order your PCB
Design Key Layout • Design with Keyboard Layout Editor •
http://www.keyboard-layout-editor.com
http://www.keyboard-leyout-editor.com
Keyboard Layout Preset • Begin from famous keyboards • Add
new keys you want • Remove keys you don’t use http://www.keyboard-layout-editor.com
Design Schematic • Use KiCad • is a CAD for
creating PCB • http://kicad-pcb.org • • Current stable is 5.1.2
Key Matrix • 14 pins are avail for key input
• Layout keys in a matrix to use many keys • Detect a key by 2 pins
Other Components • Connect all components to ProMicro • Connect
left and right by TRRS cable • Reset switch to reset ProMicro • (Optional) LED
TRRS Cable • 3.5mm - 4 contacts phone connector cable
• Tip-Ring-Ring-Slave cable • Hard to find to buy • Connect right hand and left hand
Map Footprints Schematics → Parts
Arrange Parts Layout • Can use raw data from keyboard-
layout-editor • Can use Python script © By foostan
Wiring Components • with 0.25mm wire • 0.5mm for power
• Very hard… © By foostan
Order PCB • Output Garber format file • Confirm with
KiCad GarbView • Measure size • Rename files • Order from https://www.elecrow.com
Q?