diff options
author | Aplyard <40563350+Aplyard@users.noreply.github.com> | 2021-01-11 07:31:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 21:31:42 -0800 |
commit | a06dda15e44438f11da1e4f7c47e9c747c9dc273 (patch) | |
tree | 6d6d735f10c26f171f1154ae61c46a2e2924faf9 /keyboards/aplyard/aplx6/rev1/readme.md | |
parent | a15c9057a1f52e28229dd466f51ae4f4f9ecdb81 (diff) | |
download | qmk_firmware-a06dda15e44438f11da1e4f7c47e9c747c9dc273.tar.gz qmk_firmware-a06dda15e44438f11da1e4f7c47e9c747c9dc273.zip |
[Keyboard] Added rev2 & move rev1+rev2 to parent folder (#10973)
* rev2 and move parent folder
Moved aplx6 to parent folder, renamed it to rev1 and added rev2
* Update keyboards/aplx/aplx6/rev1/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/aplx/aplx6/rev2/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/aplx/aplx6/rev2/rev2.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/aplx/aplx6/rev2/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* license
* Update keyboards/aplx/aplx6/rev2/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/aplx/aplx6/rev2/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/aplx/aplx6/rev2/keymaps/default/keymap.c
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/aplx/aplx6/rev2/keymaps/default/keymap.c
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/aplx/aplx6/rev2/rules.mk
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/aplx/aplx6/rev2/rules.mk
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/aplx/aplx6/rev2/readme.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* layer definition
* parent folder rename after suggestion
* build instructions
* update Hardware Availability links
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/aplyard/aplx6/rev1/readme.md')
-rw-r--r-- | keyboards/aplyard/aplx6/rev1/readme.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/keyboards/aplyard/aplx6/rev1/readme.md b/keyboards/aplyard/aplx6/rev1/readme.md new file mode 100644 index 0000000000..7369cbfd41 --- /dev/null +++ b/keyboards/aplyard/aplx6/rev1/readme.md @@ -0,0 +1,41 @@ +# Aplx6 + +![Front](https://i.imgur.com/flhSvAG.png) +![Back](https://i.imgur.com/PXqNmUh.png) + +A stylish (2x3) 6-key MediaPad for your music and browser shortcuts. Designed to be assembled as a sandwich with a blank PCB, using M2.5 screws and spacers, your choice of MX- or Alps-compatible switches, and 1N4148 diodes. + + +## RGB Underglow (WS2812) + +Just wire them to any of the unused ProMicro pins. Don't forget to edit-uncomment the `config.h` and the `rules.mk` for RGB underglow support, or even add your own functions and modes. Used pins can be found in `config.h` or in the [KiCad Schematic](https://github.com/Aplyard/Aplx6/blob/master/kiCad/xd6.sch). All ProMicro pins can be found [here](https://golem.hu/article/pro-micro-pinout/) along with the +2 pins mod. + +* Keyboard Maintainer: [Aplyard](https://github.com/Aplyard) +* Hardware Supported: Aplx6 PCB, Pro Micro (ATmega32U4) +* Hardware Availability: [GitHub](https://github.com/Aplyard/aplx6/tree/master/rev1) + +Make example for this keyboard (after setting up your build environment): + + make aplyard/aplx6/rev1: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). + +--- +****Designed in**:** +[KiCad](https://github.com/KiCad) + +**Components Footprints & Libraries :** +[keebs.pretty](https://github.com/egladman/keebs.pretty) +[keyboard_parts.pretty +](https://github.com/tmk/keyboard_parts.pretty) +[ProMicro KiCad](https://github.com/Biacco42/ProMicroKiCad) + +**Usefull Links:** +[Qmk Online Configurator](https://config.qmk.fm/#) + +**Alternatives of qmk that worked for me:** +[Keyboard Layout Editor](http://www.keyboard-layout-editor.com/#/) +[Keyboard Plate & Case Builder](http://builder.swillkb.com/) +[Firmware Builder](https://kbfirmware.com/) + +--- |