diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-10-28 13:58:21 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-28 13:58:21 -0400 |
commit | ea0e1169e675a3f11486acaa56dd28e0ade8a9d8 (patch) | |
tree | 503e3d36c948b8053930db8e9431419a7d08a3dd | |
parent | e3050bba67038dec2cba3e10bfe10114cc8e4a2b (diff) |
README
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ This is a keyboard firmware based on the [tmk_keyboard firmware](http://github.c Updates ------- +#### 2015/10/28 +Merged TMK updates from the past few months, and separately additions into /quantum. You can make a new quantum-based project by using `./new_project.sh <project_name>`, which will create /keyboard/<project_name>. + +There are lots of new features, and they'll be documented soon. + #### 2015/04/22 Core library was separated to other branch `core`. <https://github.com/tmk/tmk_keyboard/tree/core> |