summaryrefslogtreecommitdiff
path: root/keyboards/nix_studio/oxalys80/readme.md
diff options
context:
space:
mode:
authorSendy Aditya Suryana <sendzation@gmail.com>2021-03-25 19:04:02 +0700
committerGitHub <noreply@github.com>2021-03-25 23:04:02 +1100
commitf3f444c1df58f85c3720f98eeda3641bc8eddc59 (patch)
treef71786898054403bccd3fc7ec946a65ee2c36a8e /keyboards/nix_studio/oxalys80/readme.md
parent81c51ec51cd0059ebe88af62184216125cb8a585 (diff)
Add Nix Studio OXALYS80 Keyboard (#12118)
* Initial commit of OXALYS80 firmware * Remove comments * Add new return in info.json * Fix pin output init for scroll lock indicator * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/oxalys80.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Delete keymaps config.h * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Sendy Aditya Suryana <sendy.suryana@go-jek.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/nix_studio/oxalys80/readme.md')
-rw-r--r--keyboards/nix_studio/oxalys80/readme.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/keyboards/nix_studio/oxalys80/readme.md b/keyboards/nix_studio/oxalys80/readme.md
new file mode 100644
index 0000000000..44ad7e8286
--- /dev/null
+++ b/keyboards/nix_studio/oxalys80/readme.md
@@ -0,0 +1,43 @@
+oxalys80
+===
+
+A QMK-powered replacement PCB for custom TKL keyboards. This PCB has the same size of the b.87 PCB, Hiney H87a, KBD8X.
+
+Keyboard Maintainer: [Nix Studio](https://github.com/Nix-Studio)
+Hardware Supported: oxalys80 ver. 1.0
+Hardware Availability: [Nix Studio](https://www.instagram.com/nix.studio/)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make nix_studio/oxalys80: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).
+
+## oxalys80 hardware information
+
+Controller: Atmega32u4
+
+ /* Column pin configuration
+ * col: 0 1 2 3 4 5 6 7 8
+ * pin: F0 F1 F4 F5 F6 F7 C7 B0 B1
+ */
+
+ /* Row pin configuration
+ * row: 0 1 2 3 4 5 6 7 8 9 10 11
+ * pin: C6 B6 B5 B4 D7 D6 D4 D5 D3 D2 D1 D0
+ */
+
+The oxalys PCB utilizes duplex matrix organization.
+
+ Caps Lock LED: E6
+ Scroll Lock LED: B2
+ Num Lock LED: not supported
+ Backlight Pin: B7
+ RGB Data Pin: B3
+
+
+
+In-switch indicators:
+To connect the Caps Lock LED to the main backlight matrix, turn switch to top position on SW3. To use the Caps Lock LED as an indicator, turn switch to bottom position on SW3.
+
+To connect the Scroll Lock LED to the main backlight matrix, turn switch to left position on SW2. To use the Scroll Lock LED as an indicator, turn switch to right position on SW2.