summaryrefslogtreecommitdiff
path: root/keyboards/handwired/selene/readme.md
diff options
context:
space:
mode:
authorDavid Camp <Bpendragon@users.noreply.github.com>2020-08-07 13:31:22 -0700
committerGitHub <noreply@github.com>2020-08-07 13:31:22 -0700
commit78fef0a46aa29e3fd97ba1723f652c5cd79ad2b3 (patch)
treee27e11b9ee3b3605c4f7d432eedef0ae6eed2476 /keyboards/handwired/selene/readme.md
parent245797f6b998fb4f52df61e38151c80b05615740 (diff)
[Keyboard] Add "Selene" to the handwired section (#9920)
* Added handwired/selene based on handwired/106_with_trackpoint * now at least parially working * Selene Firmware 1, ready * Updated Readme to align more with Template * Added URL to info.json * Fix status Lights being wired incorrectly * Update keyboards/handwired/selene/config.h * Update keyboards/handwired/selene/keymaps/Bpendragon/keymap.c * Update keyboards/handwired/selene/selene.c * Update keyboards/handwired/selene/selene.h * Changes for PR requested by fauxpark * Adds `default` keymap * Renames `Bpendragon` to `bpendragon` * Removes uneeded descriptors and options * Simplifies return statement in `keymap.c` * Removes trailing slashes from layout in `keymap.c` * Updates `readme.mk` to reflect default keymap * Aligns comments in `rules.mk` * Forced folder name update to lowercase * Apply suggestions from code review
Diffstat (limited to 'keyboards/handwired/selene/readme.md')
-rw-r--r--keyboards/handwired/selene/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/selene/readme.md b/keyboards/handwired/selene/readme.md
new file mode 100644
index 0000000000..47e3e4a86a
--- /dev/null
+++ b/keyboards/handwired/selene/readme.md
@@ -0,0 +1,17 @@
+# Selene
+
+![Selene](https://i.imgur.com/qLyaZtWl.jpg)
+
+A 109 key Full size with Media and 00 Keys
+
+[Layout](http://www.keyboard-layout-editor.com/#/gists/7abe0f9944f72517c9f9f7b989548eb5)
+
+* Keyboard Maintainer: [Bpendragon](https://github.com/Bpendragon)
+* Hardware Supported: Proton-C
+* Hardware Availability: DXF files for the plates may be downloded [From the Project Repo](https://github.com/Bpendragon/Selene-Keyboard/releases/tag/1.0). You'll have to source the plates yourself. (I used Ponoko for the Acrylic and Elevated Materials for the Carbon Fiber)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make handwired/selene: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)