diff options
author | ojthetiny <65928618+ojthetiny@users.noreply.github.com> | 2020-11-30 12:00:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 02:00:55 -0800 |
commit | ce91dd4bf320ca159401fd8db24781c44ab7d405 (patch) | |
tree | e8e10bf72d6ab9944025dd4461bae892c314990e /keyboards/edc40/readme.md | |
parent | 5909c243d4ba019af6fbaf4397fda81c703db511 (diff) |
[Keyboard] Add edc40 keyboard (#11021)
* Re-adding edc40 keyboard branch/files
* Update keymap.c
* add default keymap for edc40
* removed redundant keymap
* added custom keymap for edc40
* fixed false update to settings.json
* fixed false update to settings.json
* added newline to info.json
* Update keyboards/edc40/config.h
* Update keyboards/edc40/readme.md
* Update keyboards/edc40/rules.mk
* Update rules.mk
* Update keyboards/edc40/info.json
* Update info.json
* Update info.json
* Update keyboards/edc40/config.h
* Update keyboards/edc40/info.json
* Update keyboards/edc40/readme.md
* Update keyboards/edc40/keymaps/default/keymap.c
Diffstat (limited to 'keyboards/edc40/readme.md')
-rw-r--r-- | keyboards/edc40/readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/edc40/readme.md b/keyboards/edc40/readme.md new file mode 100644 index 0000000000..8901ce7131 --- /dev/null +++ b/keyboards/edc40/readme.md @@ -0,0 +1,13 @@ +# EDC40 + +An everyday carry 40% keyboard + +* Keyboard Maintainer: [OJ](https://github.com/ojthetiny) +* Hardware Supported: EDC40 PCB +* Hardware Availabilty: TeslaSkeys + +Make example for this keyboard (after setting up your build environment): + + make edc40:default + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |