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) |
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 0000000000..96bbb4a714 --- /dev/null +++ b/keyboards/amj96/readme.md @@ -0,0 +1,16 @@ +# AMJ96 + +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. + +Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) +Hardware Supported: AMJ96 +Hardware Availability: Was previously available on a GB via [Flashquark](https://flashquark.com/product/amj96/) + +Make example for this keyboard (after setting up your build environment): + + make amj96:default + +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. + +## Notes +- In-switch and underglow LEDs currently not supported. |