diff options
author | tmk <nobody@nowhere> | 2013-04-07 16:47:01 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-07 16:47:01 +0900 |
commit | de7b46cd7db2928d342a0c3e06f03c19e96f984b (patch) | |
tree | 090e27b9b45beb4260860937b5aee7195129eadc /README.md | |
parent | e59fb6f908e3e05ed135bf6d004524b0b6bf9119 (diff) | |
download | qmk_firmware-de7b46cd7db2928d342a0c3e06f03c19e96f984b.tar.gz |
Add coding style and config.h options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -273,6 +273,12 @@ Files and Directories +Conding Style +------------- +- Doesn't use Tab to indent, use 4-spaces instead. + + + Other Keyboard Firmware Projects ------------------ See [doc/other_projects.md](doc/other_projects.md). |