summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-28 18:58:21 +0100
committerJack Humbert <jack.humb@gmail.com>2015-10-28 18:58:21 +0100
commitea0e1169e675a3f11486acaa56dd28e0ade8a9d8 (patch)
tree503e3d36c948b8053930db8e9431419a7d08a3dd /README.md
parente3050bba67038dec2cba3e10bfe10114cc8e4a2b (diff)
downloadqmk_firmware-ea0e1169e675a3f11486acaa56dd28e0ade8a9d8.tar.gz
qmk_firmware-ea0e1169e675a3f11486acaa56dd28e0ade8a9d8.tar.xz
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 430fc72ce..901bfb196 100644
--- a/README.md
+++ b/README.md
@@ -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>