From 3b7b1994cd9e3e61fdee84eff78875135642aa6c Mon Sep 17 00:00:00 2001 From: Mattia Dal Ben Date: Sun, 29 Apr 2018 22:01:33 +0200 Subject: Redox keyboard code (#2843) * Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes --- keyboards/redox/readme.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 keyboards/redox/readme.md (limited to 'keyboards/redox/readme.md') diff --git a/keyboards/redox/readme.md b/keyboards/redox/readme.md new file mode 100644 index 000000000..6e1d980a7 --- /dev/null +++ b/keyboards/redox/readme.md @@ -0,0 +1,25 @@ +# The Redox keyboard + +

+Redox logo +

+ +

+Redox PCB rev1.0 +

+ +**Redox**: the **R**educed **E**rgo**dox** project. More information and building instruction [here](https://github.com/mattdibi/redox-keyboard). + +- Keyboard Maintainer: [Mattia Dal Ben](https://github.com/mattdibi) +- Hardware Supported: Redox PCB rev1.0 w/ Pro Micro +- Hardware Availability: [Falbatech](https://falba.tech/product-category/keyboard-parts/redox-parts/) + +Make example for this keyboard (after setting up your build environment): + + make redox/rev1:default + +Example of flashing this keyboard: + + make redox/rev1:default:avrdude + +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. -- cgit v1.2.3-24-g4f1b