From ea0e1169e675a3f11486acaa56dd28e0ade8a9d8 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Wed, 28 Oct 2015 13:58:21 -0400 Subject: [PATCH] README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 `, which will create /keyboard/. + +There are lots of new features, and they'll be documented soon. + #### 2015/04/22 Core library was separated to other branch `core`.