diff options
author | tmk <nobody@nowhere> | 2013-08-05 16:22:08 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-08-05 16:23:17 +0900 |
commit | b6677f10e33bfa49557dfebd0226928477ede56a (patch) | |
tree | 1716eca59ab7edc0b4084559db18e2822d67117a /keyboard/onekey/README.md | |
parent | 60103a12b2ca0a572da1e72eb46bff19c499fc95 (diff) |
Add files for onekey(issue #56)
- https://github.com/tmk/tmk_keyboard/issues/56
Diffstat (limited to 'keyboard/onekey/README.md')
-rw-r--r-- | keyboard/onekey/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboard/onekey/README.md b/keyboard/onekey/README.md new file mode 100644 index 0000000000..6ccc999299 --- /dev/null +++ b/keyboard/onekey/README.md @@ -0,0 +1,5 @@ +Onekey +====== +Just one key keyboard for example. It sends 'a' key if pins PD0 and PD1 are short-circuited. + +https://github.com/tmk/tmk_keyboard/issues/56 |