diff options
| author | Kyrre Havik <Kyrremann@gmail.com> | 2022-02-05 04:06:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 19:06:49 -0800 |
| commit | 719881c2ee2b61b15ed02d82c2870f7ae93e70e5 (patch) | |
| tree | 09db4cabfd676497a17b748cbb200a8b110df7f4 /keyboards/xenon/readme.md | |
| parent | 1febea8d4b18f87844618492d43aefc5c22c8174 (diff) | |
| download | qmk_firmware-719881c2ee2b61b15ed02d82c2870f7ae93e70e5.tar.gz qmk_firmware-719881c2ee2b61b15ed02d82c2870f7ae93e70e5.zip | |
[Keyboard] Add Xenon keyboard (#15915)
Co-authored-by: Sam Mohr <smores56@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/xenon/readme.md')
| -rw-r--r-- | keyboards/xenon/readme.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/xenon/readme.md b/keyboards/xenon/readme.md new file mode 100644 index 000000000..d3b446471 --- /dev/null +++ b/keyboards/xenon/readme.md | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | # Xenon | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | Xenon is 60% columnar staggered keyboard. | ||
| 6 | |||
| 7 | * Cherry MX and Kailh low profile key switch support | ||
| 8 | * OLED display | ||
| 9 | * Full color LED | ||
| 10 | * Prototype board area (behind the promicro) | ||
| 11 | |||
| 12 | * Keyboard Maintainer: [Narinari](https://github.com/narinari) | ||
| 13 | * Keymap Maintainer: [Kyrremann](https://github.com/Kyrremann) | ||
| 14 | * Keyboard files can be found here: https://github.com/narinari/xenon-keyboard | ||
| 15 | |||
| 16 | Make example for this keyboard (after setting up your build environment): | ||
| 17 | |||
| 18 | make xenon:default | ||
| 19 | |||
| 20 | Example of flashing this keyboard: | ||
| 21 | |||
| 22 | make xenon:default:flash | ||
| 23 | |||
| 24 | How to enter bootloader (DFU): | ||
| 25 | |||
| 26 | Press the reset button next to the TRRS port on the side you are trying to flash (USB must be connected to the Pro Micro that you are flashing). | ||
| 27 | |||
| 28 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the | ||
| 29 | [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with | ||
| 30 | the [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
