Renamed the board Oni Tsangan/HHKB-like for due to brand registration

This commit is contained in:
Christian C. Berclaz 2025-05-08 08:34:52 +02:00
parent 06d2ffd5d4
commit 6fcf9c1d51
No known key found for this signature in database
5 changed files with 20 additions and 20 deletions

View File

@ -1,19 +0,0 @@
# YMDK ONI HHKB
![ONI HHKB PCB, Hotswap Tsangan/HHKB PCB with RGB Matrix and backlight](https://imgur.com/DB87on8.jpg)
Customizable 60% HHKB Hotswap by PCB by [YMDK](https://ymdkey.com).
- Keyboard Maintainer: [chrisgve](https://github.com/chrisgve)
- Hardware Supported: YMDK ONI HHKB
- Hardware Availability: [YMDK ONI HHKB](https://ymdkey.com/products/ymdk-gh60-hhkb-style-tsangan-oni-hot-swappable-both-underglow-switch-rgb-via-programmable-pcb-compatible-with-tokyo-60)
Make example for this keyboard (after setting up your build environment):
make ymdk/oni_hhkb:default
The keyboard uses a DFU bootloader. To make a keymap and use dfu to flash it:
make ymdk/oni_hhkb:default:flash
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).

View File

@ -1,6 +1,6 @@
{ {
"manufacturer": "YMDK", "manufacturer": "YMDK",
"keyboard_name": "Oni HHKB", "keyboard_name": "Oni Tsangan",
"maintainer": "chrisgve", "maintainer": "chrisgve",
"bootloader": "atmel-dfu", "bootloader": "atmel-dfu",
"diode_direction": "ROW2COL", "diode_direction": "ROW2COL",

View File

@ -0,0 +1,19 @@
# YMDK ONI Tsangan
![ONI Tsangan PCB, Hotswap Tsangan/HHKB-like PCB with RGB Matrix and backlight](https://imgur.com/DB87on8.jpg)
Customizable 60% Tsangan/HHKB-like Hotswap PCB by [YMDK](https://ymdkey.com).
- Keyboard Maintainer: [chrisgve](https://github.com/chrisgve)
- Hardware Supported: YMDK ONI Tsangan/HHKB-like
- Hardware Availability: [YMDK ONI Tsangan/HHKB-like](https://ymdkey.com/products/ymdk-gh60-hhkb-style-tsangan-oni-hot-swappable-both-underglow-switch-rgb-via-programmable-pcb-compatible-with-tokyo-60)
Make example for this keyboard (after setting up your build environment):
make ymdk/oni_tsangan:default
The keyboard uses a DFU bootloader. To make a keymap and use dfu to flash it:
make ymdk/oni_tsangan:default:flash
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).