summaryrefslogtreecommitdiff
path: root/keyboards/xenon/readme.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-05 03:07:32 +0000
committerQMK Bot <hello@qmk.fm>2022-02-05 03:07:32 +0000
commit119cadbaae15585b5140c1102a49364fbcf7cd0d (patch)
tree7d8fa16dc01f11af2d24d71d8f57e6a2460a0e4b /keyboards/xenon/readme.md
parent80db7668dafeb455f3cbab05c9c90807d5dfd723 (diff)
parent719881c2ee2b61b15ed02d82c2870f7ae93e70e5 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xenon/readme.md')
-rw-r--r--keyboards/xenon/readme.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/xenon/readme.md b/keyboards/xenon/readme.md
new file mode 100644
index 0000000000..d3b4464710
--- /dev/null
+++ b/keyboards/xenon/readme.md
@@ -0,0 +1,30 @@
+# Xenon
+
+![Xenon](https://i.imgur.com/QYMDzGFh.jpg)
+
+Xenon is 60% columnar staggered keyboard.
+
+* Cherry MX and Kailh low profile key switch support
+* OLED display
+* Full color LED
+* Prototype board area (behind the promicro)
+
+* Keyboard Maintainer: [Narinari](https://github.com/narinari)
+* Keymap Maintainer: [Kyrremann](https://github.com/Kyrremann)
+* Keyboard files can be found here: https://github.com/narinari/xenon-keyboard
+
+Make example for this keyboard (after setting up your build environment):
+
+ make xenon:default
+
+Example of flashing this keyboard:
+
+ make xenon:default:flash
+
+How to enter bootloader (DFU):
+
+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).
+
+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
+the [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).