Update Readme and keyboard.json with more info

This commit is contained in:
Choi Byungyoon 2025-07-20 14:17:22 +09:00
parent c75ef49202
commit 3a6f582839
2 changed files with 15 additions and 10 deletions

View File

@ -17,7 +17,7 @@
"rgb_matrix": true
},
"diode_direction": "COL2ROW",
"url": "",
"url": "https://github.com/byungyoonc/TrueStrike42",
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",

View File

@ -1,12 +1,14 @@
# truestrike42
# TrueStrike42
![truestrike42](imgur.com image replace me!)
![truestrike42](https://github.com/byungyoonc/TrueStrike42/blob/main/doc/res/truestrike42-built.jpg?raw=true)
*A short description of the keyboard/project*
TrueStrike42 is a columnar staggered unibody split Hall effect keyboard designed to maximize performance and minimize finger fatigue.
* Keyboard Maintainer: [Choi Byungyoon](https://github.com/Choi Byungyoon)
* Hardware Supported: *The PCBs, controllers supported*
* Hardware Availability: *Links to where you can find this hardware*
Hall effect part of this firmware code is a modified version of Cipulot's code.
* Keyboard Maintainer: [byungyoonc](https://github.com/byungyoonc)
* Hardware Supported: RP2040 development boards with Pro Micro pin layout
* Hardware Availability: https://github.com/byungyoonc/TrueStrike42
Make example for this keyboard (after setting up your build environment):
@ -16,12 +18,15 @@ Flashing example for this keyboard:
make truestrike42:default:flash
OR
Copy the built `uf2` firmware file into `RPI-RP2` drive when the controller is in the bootloader mode
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).
## Bootloader
Enter the bootloader in 3 ways:
Enter the bootloader in 2 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Physical reset button**: Quickly double-press the button on the back of the PCB
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available