]> git.gir.st - tmk_keyboard.git/blob - README.md
Spellchecking converter README files.
[tmk_keyboard.git] / README.md
1 TMK Keyboard Firmware Collection
2 ================================
3 This is a keyboard firmware with some useful features for Atmel AVR controller.
4
5 Source code is available here: <http://github.com/tmk/tmk_keyboard>
6
7
8 Features
9 --------
10 These features can be used in your keyboard.
11
12 * Multi-layer Keymap - Multiple keyboard layouts with layer switching
13 * Mouse key - Mouse control with keyboard
14 * System Control Key - Power Down, Sleep, Wake Up and USB Remote Wake up
15 * Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc
16 * USB NKRO - 120 keys(+ 8 modifiers) simultaneously
17 * PS/2 mouse support - PS/2 mouse(TrackPoint) as composite device
18 * Keyboard protocols - PS/2, ADB, M0110, Sun and other old keyboard protocols
19 * User Function - Customizable function of key with writing code
20 * Macro - Very primitive at this time
21 * Keyboard Tricks - Oneshot modifier and modifier with tapping feature
22 * Debug Console - Messages for debug and interaction with firmware
23 * Virtual DIP Switch - Configurations stored EEPROM(Boot Magic)
24 * Locking CapsLock - Mechanical switch support for CapsLock
25 * Breathing Sleep LED - Sleep indicator with charm during USB suspend
26 * Backlight - Control backlight levels
27
28
29 Projects
30 --------
31 You can find some keyboard specific projects under `converter` and `keyboard` directory.
32
33 ### converter
34 * [ps2_usb](converter/ps2_usb/) - [PS/2 keyboard to USB][GH_ps2]
35 * [adb_usb](converter/adb_usb/) - [ADB keyboard to USB][GH_adb]
36 * [m0110_usb](converter/m0110_usb) - [Macintosh 128K/512K/Plus keyboard to USB][GH_m0110]
37 * [terminal_usb](converter/terminal_usb/) - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal]
38 * [news_usb](converter/news_usb/) - [Sony NEWS keyboard to USB][GH_news]
39 * [x68k_usb](converter/x68k_usb/) - [Sharp X68000 keyboard to USB][GH_x68k]
40 * [sun_usb](converter/sun_usb/) - [Sun] to USB(type4, 5 and 3?)
41 * [pc98_usb](converter/pc98_usb/) - [PC98] to USB
42 * [usb_usb](converter/usb_usb/) - USB to USB(experimental)
43 * [ascii_usb](converter/ascii_usb/) - ASCII(Serial console terminal) to USB
44
45 ### keyboard
46 * [hhkb](keyboard/hhkb/) - [Happy Hacking Keyboard pro][GH_hhkb] **my main board**
47 * [gh60](keyboard/gh60/) - [GH60] DIY 60% keyboard [prototype][GH60_proto] **my second board**
48 * [hbkb](keyboard/hbkb/) - [Happy Buckling spring keyboard][GH_hbkb](IBM Model M 60% mod)
49 * [hid_liber](keyboard/hid_liber/) - [HID liberation][HID_liber] controller (by alaricljs)
50 * [phantom](keyboard/phantom/) - [Phantom] keyboard (by Tranquilite)
51 * [IIgs_Standard](keyboard/IIgs/) - Apple [IIGS] keyboard mod(by JeffreySung)
52 * [macway](keyboard/macway/) - [Compact keyboard mod][GH_macway] [retired]
53 * [KMAC](keyboard/kmac/) - Korean custom keyboard
54
55 [GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930
56 [GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047
57 [GH_ps2]: http://geekhack.org/showwiki.php?title=Island:14618
58 [GH_adb]: http://geekhack.org/showwiki.php?title=Island:14290
59 [GH_hhkb_bt]: http://geekhack.org/showwiki.php?title=Island:20851
60 [GH_m0110]: http://geekhack.org/showwiki.php?title=Island:24965
61 [GH_news]: http://geekhack.org/showwiki.php?title=Island:25759
62 [GH_terminal]: http://geekhack.org/showwiki.php?title=Island:27272
63 [GH_x68k]: http://geekhack.org/showwiki.php?title=Island:29060
64 [GH_hbkb]: http://geekhack.org/showwiki.php?title=Island:29483
65 [HID_liber]: http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions
66 [Phantom]: http://geekhack.org/index.php?topic=26742
67 [GH60]: http://geekhack.org/index.php?topic=34959
68 [GH60_proto]: http://geekhack.org/index.php?topic=37570.0
69 [PC98]: http://en.wikipedia.org/wiki/NEC_PC-9801
70 [Sun]: http://en.wikipedia.org/wiki/Sun-3
71 [IIGS]: http://en.wikipedia.org/wiki/Apple_IIGS
72
73
74
75 License
76 -------
77 **GPLv2** or later. Some protocol files are under **Modified BSD License**.
78 LUFA, PJRC and V-USB stack have their own license respectively.
79
80
81
82 Build Firmware and Program Controller
83 -------------------------------------
84 See [doc/build.md](doc/build.md).
85
86
87
88 Change your keymap
89 ------------------
90 See [doc/keymap.md](doc/keymap.md).
91
92
93
94 Magic Commands
95 --------------
96 To see help press `Magic` + `H`.
97
98 `Magic` key bind may be `LShift` + `RShift` in many project, but `Power` key on ADB converter. `Magic` keybind can be vary on each project, check `config.h` in project directory.
99
100 Following commands can be also executed with `Magic` + key. In console mode `Magic` keybind is not needed.
101
102 ----- Command Help -----
103 c: enter console mode
104 d: toggle debug enable
105 x: toggle matrix debug
106 k: toggle keyboard debug
107 m: toggle mouse debug
108 v: print device version & info
109 t: print timer count
110 s: print status
111 e: print eeprom config
112 n: toggle NKRO
113 0/F10: switch to Layer0
114 1/F1: switch to Layer1
115 2/F2: switch to Layer2
116 3/F3: switch to Layer3
117 4/F4: switch to Layer4
118 PScr: power down/remote wake-up
119 Caps: Lock Keyboard(Child Proof)
120 Paus: jump to bootloader
121
122 **TBD**
123
124 ### Boot Magic Configuration - Virtual DIP Switch
125 Boot Magic are executed during boot up time. Press Magic key below then plug in keyboard cable.
126 Note that you must use keys of **Layer 0** as Magic keys. These settings are stored in EEPROM so that retain your configure over power cycles.
127
128 To avoid configuring accidentally additive salt key `KC_SPACE` also needs to be pressed along with the following configuration keys. The salt key is configurable in `config.h`. See [common/bootmagic.h](common/bootmagic.h).
129
130 #### General
131 - Skip reading EEPROM to start with default configuration(`ESC`)
132 - Clear configuration stored in EEPROM to reset configuration(`Backspace`)
133
134 #### Bootloader
135 - Kick up Bootloader(`B`)
136
137 #### Debug
138 - Debug enable(`D`)
139 - Debug matrix enable(`D`+`X`)
140 - Debug keyboard enable(`D`+`K`)
141 - Debug mouse enable(`D`+`M`)
142
143 #### Keymap
144 - Swap Control and CapsLock(`Left Control`)
145 - Change CapsLock to Control(`Caps Lock`)
146 - Swap LeftAlt and Gui(`Left Alt`)
147 - Swap RightAlt and Gui(`Right Alt`)
148 - Disable Gui(`Left Gui`)
149 - Swap Grave and Escape(`Grave`)
150 - Swap BackSlash and BackSpace(`Back Slash`)
151
152 #### Default Layer
153 - Set Default Layer to 0(`0`)
154 - Set Default Layer to 1(`1`)
155 - Set Default Layer to 2(`2`)
156 - Set Default Layer to 3(`3`)
157 - Set Default Layer to 4(`4`)
158 - Set Default Layer to 5(`5`)
159 - Set Default Layer to 6(`6`)
160 - Set Default Layer to 7(`7`)
161
162 #### Caution
163 Unintentional use of this feature will cause user confusion.
164
165 TODO: Magic key combination to avoid unintentional press during plug in
166
167 **TBD**
168
169
170 Mechanical Locking support
171 --------------------------
172 This feature makes it possible for you to use mechanical switch for `CapsLock`, `NumLock` or `ScrollLock`. To enable this feature define these macros in `config.h` and use `KC_LCAP`, `KC_LNUM` or `KC_LSCR` in keymap for locking key instead of normal `KC_CAPS`, `KC_NLCK` or `KC_SLCK`. Resync option tries to keep lock switch state consistent with keyboard LED state.
173
174 #define LOCKING_SUPPORT_ENABLE
175 #define LOCKING_RESYNC_ENABLE
176
177
178 Start Your Own Project
179 -----------------------
180 **TBD**
181 ### Config.h Options
182 #### 1. USB vendor/product ID and device description
183 #define VENDOR_ID 0xFEED
184 #define PRODUCT_ID 0xBEEF
185 #define MANUFACTURER t.m.k.
186 #define PRODUCT Macway mod
187 #define DESCRIPTION t.m.k. keyboard firmware for Macway mod
188
189 #### 2. Keyboard matrix configuration
190 #define MATRIX_ROWS 8
191 #define MATRIX_COLS 8
192 #define MATRIX_HAS_GHOST
193
194
195
196 Architecture
197 ------------
198 Architecture Diagram
199 +---------------+---------------+-------------+
200 | Host | Keyboard | Matrix, LED |
201 ___________ |-----------+-+ +-------------+ | +-----------|
202 / /| Keys/Mouse | Protocol |d| | Action | | | Protocol |
203 /__________/ |<-----------| LUFA |r| | Layer, Tap | | | Matrix |
204 |.--------.| | LED | V-USB |i| |-------------| | | PS/2,IBM | __________________
205 || || |----------->| PJRC |v| | Keymap | | | ADB,M0110| Keys / /_/_/_/_/_/_/_/ /|
206 || Host || | Console | iWRAP(BT)|e| | Mousekey | | | SUN/NEWS |<----------/ /_/_/_/_/_/_/_/ / /
207 ||________||/.<-----------| UART |r| | Report | | | X68K/PC98| Control / /_/_/_/_/_/_/_/ / /
208 `_========_'/| |---------------------------------------------|-------->/___ /_______/ ___/ /
209 |_o______o_|/ | Sendchar, Print, Debug, Command, ... | |_________________|/
210 +---------------------------------------------+ Keyboard
211
212
213
214 Debugging
215 --------
216 Use PJRC's `hid_listen` to see debug messages. You can use the tool for debug even if firmware use LUFA stack.
217
218 You can use xprintf() to display debug info on `hid_listen`, see `common/xprintf.h`.
219
220
221
222 Files and Directories
223 -------------------
224 ### Top
225 * common/ - common codes
226 * protocol/ - keyboard protocol support
227 * keyboard/ - keyboard projects
228 * converter/ - protocol converter projects
229 * doc/ - documents
230 * common.mk - Makefile for common
231 * protocol.mk - Makefile for protocol
232 * rules.mk - Makefile for build rules
233
234 ### Common
235 * host.h
236 * host_driver.h
237 * keyboard.h
238 * command.h
239 * keymap.h
240 * action.h
241 * keycode.h
242 * matrix.h
243 * led.h
244 * mousekey.h
245 * report.h
246 * debug.h
247 * print.h
248 * bootloader.h
249 * sendchar.h
250 * timer.h
251 * util.h
252
253 ### Keyboard Protocols
254 * lufa/ - LUFA USB stack
255 * pjrc/ - PJRC USB stack
256 * vusb/ - Objective Development V-USB
257 * iwrap/ - Bluetooth HID for Bluegiga iWRAP
258 * ps2.c - PS/2 protocol
259 * adb.c - Apple Desktop Bus protocol
260 * m0110.c - Macintosh 128K/512K/Plus keyboard protocol
261 * news.c - Sony NEWS keyboard protocol
262 * x68k.c - Sharp X68000 keyboard protocol
263 * serial_soft.c - Asynchronous Serial protocol implemented by software
264
265
266
267 Coding Style
268 -------------
269 - Doesn't use Tab to indent, use 4-spaces instead.
270
271
272
273 Other Keyboard Firmware Projects
274 ------------------
275 See [doc/other_projects.md](doc/other_projects.md).
Imprint / Impressum