summaryrefslogtreecommitdiff
path: root/keyboards/redox_w/readme.md
diff options
context:
space:
mode:
authorMattia Dal Ben <mattdibi@users.noreply.github.com>2018-10-22 20:41:57 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-22 11:41:57 -0700
commit387bd555c7e6c88a78e0d388ea7eda5b1ce7958b (patch)
tree81f01ab2ae242f9e2e03913afbae5798c9bfe622 /keyboards/redox_w/readme.md
parentf69333a0e57ca767d49b3155a31fd6d30114dced (diff)
Keyboard: Add Redox Wireless keyboard (#4180)
* Added folder and default keymap * Added italian keymap * Fixed readme.md * Added layer display through RGB led * Added layer status display to italian keymap * Fixed indentation * Removed obsolete comments * Updated instructions * Fixed keymaps readmes and removed RGB controls on ADJUST layer * Removed redundant KC_* definitions * Fixed readme file * Changed include guards to pragma once * Removed unused audio functions * Fixed rules.mk file * Added spaces in readme to fix rendering * Reconfigured keymap macro to resemble physical layout * Updated default keymap * Updated italian keymap * Removed unused persistent_default_layer_set function
Diffstat (limited to 'keyboards/redox_w/readme.md')
-rw-r--r--keyboards/redox_w/readme.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/redox_w/readme.md b/keyboards/redox_w/readme.md
new file mode 100644
index 0000000000..83544a9fc2
--- /dev/null
+++ b/keyboards/redox_w/readme.md
@@ -0,0 +1,34 @@
+Redox wireless
+=======
+
+<p align="center">
+<img src="https://github.com/mattdibi/redox-keyboard/raw/master/img/redox-logo.png" alt="Redox logo" width="600"/>
+</p>
+
+**Redox**: the **R**educed **E**rgo**dox** project. More information and building instruction [here](https://github.com/mattdibi/redox-keyboard).
+
+A wireless version of the Redox keyboard.
+
+- Keyboard Maintainer: [@mattdibi](https://github.com/mattdibi)
+- Hardware Supported: Redox-w rev1.0W PCB
+- Hardware Availability: Falbatech
+
+Make example for this keyboard (after setting up your build environment):
+
+```sh
+make redox_w:default
+```
+
+Example of flashing this keyboard:
+
+```sh
+make redox_w/rev1:default:avrdude
+```
+
+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).
+
+For nRF51822 firmware upload instruction and development see [the Redox wireless firmware repository](https://github.com/mattdibi/redox-w-firmware).
+
+## Redox-w Notes
+
+These configuration files were based off the [Mitosis](https://github.com/qmk/qmk_firmware/tree/master/keyboards/mitosis) and [Atreus](https://github.com/technomancy/atreus) keyboard. It assumes a Pro Micro is being used, however retains the 'make upload' feature from the Atreus branch. This keyboard uses a completely different 'matrix scan' system to other keyboards, it relies on an external nRF51822 microcontroller maintaining a matrix of keystates received from the keyboard halves. The matrix.c file contains the code to poll the external microcontroller for the key matrix. As long as this file is not changed, all other QMK features are supported.