diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-03-30 22:57:49 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-31 01:57:49 -0400 |
| commit | 015aed50a36ba9582fb24023f2ecc4f14b16dcfd (patch) | |
| tree | 3335cc5c50ae5dca4944c5c7f778851a1d2055b3 /keyboards/amj96/readme.md | |
| parent | c6b5ce61e8b3eea331e2b691cf4eb3b01dab5020 (diff) | |
| download | qmk_firmware-015aed50a36ba9582fb24023f2ecc4f14b16dcfd.tar.gz qmk_firmware-015aed50a36ba9582fb24023f2ecc4f14b16dcfd.zip | |
AMJ96 Support (#2651)
* Initial commit: Get things compiling
* port the custom matrix code
* Update readme
* make second layer fully transparent
* populate config.h identifiers with more correct information
* Add in switch backlight support
* Enable backlight LEDs, and change pin for RGB
* port TMK version over
* remove all that TMK stuff, it didn't work lol
* Updated readme
* Fix keymap
- Change KEYMAP to LAYOUT
- Adjust formatting of table
* Edit readme to reflect NOTES
* add info.json for QMK configurator support
* Replaced placeholder with MechMerlin
Diffstat (limited to 'keyboards/amj96/readme.md')
| -rw-r--r-- | keyboards/amj96/readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/amj96/readme.md b/keyboards/amj96/readme.md new file mode 100644 index 000000000..96bbb4a71 --- /dev/null +++ b/keyboards/amj96/readme.md | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # AMJ96 | ||
| 2 | |||
| 3 | The AMD96 is a 96 key custom keyboard with anodized aluminum case, twin usb ports, and support for backlight LEDs and RGB underglow via SMD LEDs. | ||
| 4 | |||
| 5 | Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) | ||
| 6 | Hardware Supported: AMJ96 | ||
| 7 | Hardware Availability: Was previously available on a GB via [Flashquark](https://flashquark.com/product/amj96/) | ||
| 8 | |||
| 9 | Make example for this keyboard (after setting up your build environment): | ||
| 10 | |||
| 11 | make amj96:default | ||
| 12 | |||
| 13 | See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. | ||
| 14 | |||
| 15 | ## Notes | ||
| 16 | - In-switch and underglow LEDs currently not supported. | ||
