From bd884ff9746a7859f13688159af887704f7719cd Mon Sep 17 00:00:00 2001 From: Seth Herr Date: Mon, 28 Mar 2016 12:23:18 -0500 Subject: [PATCH] Correct keylist link --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b967e2b..cf64f7f 100644 --- a/README.markdown +++ b/README.markdown @@ -56,7 +56,7 @@ Notes: ### Write/update your own configuration (in c!) -This requires a little bit of familiarity with coding. [Check out the list of keys and their names in c](keylist.tsv) +This requires a little bit of familiarity with coding. [Check out the list of keys and their names in c](https://github.com/jackhumbert/qmk_firmware/blob/master/tmk_core/doc/keycode.txt) 1. Go to [github.com/jackhumbert/qmk_firmware](https://github.com/jackhumbert/qmk_firmware) and read the Readme 2. Follow the instructions for [ergodox_ez configuration](https://github.com/jackhumbert/qmk_firmware/tree/master/keyboard/ergodox_ez)