From f3f444c1df58f85c3720f98eeda3641bc8eddc59 Mon Sep 17 00:00:00 2001 From: Sendy Aditya Suryana Date: Thu, 25 Mar 2021 19:04:02 +0700 Subject: 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 * Update keyboards/nix_studio/oxalys80/rules.mk Co-authored-by: Drashna Jaelre * Update keyboards/nix_studio/oxalys80/oxalys80.c Co-authored-by: Drashna Jaelre * Update keyboards/nix_studio/oxalys80/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre * Delete keymaps config.h * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Sendy Aditya Suryana Co-authored-by: Drashna Jaelre --- keyboards/nix_studio/oxalys80/readme.md | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 keyboards/nix_studio/oxalys80/readme.md (limited to 'keyboards/nix_studio/oxalys80/readme.md') 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. -- cgit v1.2.3