1
0
Fork 0

convert docs to lowercase and underscores

This commit is contained in:
Jack Humbert 2017-06-10 14:58:24 -04:00
parent 558db0e03f
commit ca01d94005
60 changed files with 2012 additions and 779 deletions

View file

@ -0,0 +1,7 @@
Understanding the essential changes made on the [tmk_keyboard firmware](http://github.com/tmk/tmk_keyboard) should help you understand the QMK Firmware.
| Firmware |TMK |QMK |
|------------------------------|-----------------------|-------------------------|
| Maintainer |hasu (@tmk) |Jack Humbert et al. |
| Build path customization | `TMK_DIR = ...` | `include .../Makefile` |
| `keymaps` array data | 3D array of `uint8_t` holding **keycode** | 3D array of `uint16_t` holding **keycode** |