Skip to content

Commit

Permalink
missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed May 26, 2024
1 parent 2104e7e commit c092a7f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 8 deletions.
18 changes: 15 additions & 3 deletions docs/keyboards/eyooso-z11.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
21 changes: 18 additions & 3 deletions docs/keyboards/nuphy-air60.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/smk.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/user/user_init.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
void user_init()
{

}
}

0 comments on commit c092a7f

Please sign in to comment.