diff --git a/docs/keyboards/eyooso-z11.md b/docs/keyboards/eyooso-z11.md index 3f04821..2bd948f 100644 --- a/docs/keyboards/eyooso-z11.md +++ b/docs/keyboards/eyooso-z11.md @@ -1,8 +1,20 @@ -# E-YOOSO Z11 Support +# E-YOOSO Z11 -## Keyboard +## Specs + +- MCU: BYK901(-0997A) (SH68F90A) +- Backlight: Single Color LEDs (Yellow) +- Indicators: Single CAPS_LOCK LED +- Wireless: None + +## Pictures + +| PCB | MCU | JTAG Setup | +| --- | --- | ---------- | +| ![e-yooso-z11-pcb](https://github.com/carlossless/smk/assets/498906/8335b453-d8ef-45ce-ae17-d5c9ffe432c1) | ![e-yooso-z11-mcu](https://github.com/carlossless/smk/assets/498906/ce7b8f84-7359-4c8d-a012-b90a1927bc6a) | ![e-yooso-z11-jtag](https://github.com/carlossless/smk/assets/498906/a872b662-24c5-47f8-98af-09b74ef02885) | + +## SMK Supported Features -- [x] ISP (jump) - [x] Key Scan - [x] LED Matrix diff --git a/docs/keyboards/nuphy-air60.md b/docs/keyboards/nuphy-air60.md index deac135..a38f762 100644 --- a/docs/keyboards/nuphy-air60.md +++ b/docs/keyboards/nuphy-air60.md @@ -1,8 +1,23 @@ -# NuPhy Air60 Support +# NuPhy Air60 -## Keyboard +## Specs + +- MCU: BYK916 (SH68F90A) +- Backlight: RGB LEDs +- Indicators: 2x5 RGB LEDs (on each side, part of the RGB backlight matrix) +- Switches: + - 2-state switch to control OS mode (win/mac) + - 3-state switch to control power and usb/wireless mode (off/usb/wireless) +- Wireless: BK3632 (supports BT and 2.4G) + +## Pictures + +| PCB | MCU | Wireless IC | JTAG Setup | +| --- | --- | ----------- | ---------- | +| ![top](https://github.com/carlossless/smk/assets/498906/43ad50b2-6666-424d-94f8-ca8e9207eb7b) | ![mcu](https://github.com/carlossless/smk/assets/498906/295a8904-d131-45e1-a5dd-d2938b1a116b) | ![wireless-ic](https://github.com/carlossless/smk/assets/498906/ab980bf1-6123-4947-b05b-c006d6e41ef0) | + +## SMK Supported Features -- [x] ISP (jump) - [x] Key Scan - [x] RGB Matrix - [ ] Wireless diff --git a/docs/smk.md b/docs/smk.md index 1a892ae..e0d6e88 100644 --- a/docs/smk.md +++ b/docs/smk.md @@ -1,11 +1,11 @@ # SMK Supported Features -- [x] ISP (jump) - [x] Debug printf (via UART) - [x] Key Scan - [ ] Debouncing - [x] Indicators (Backlight) - [x] USB HID + - [x] ISP Command - [x] USB Keyboard - [x] Status LEDs - [ ] Extra Keys (System / Consumer) diff --git a/src/user/user_init.c b/src/user/user_init.c index 0dec26b..779d577 100644 --- a/src/user/user_init.c +++ b/src/user/user_init.c @@ -1,4 +1,4 @@ void user_init() { -} \ No newline at end of file +}