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 "rgb_matrix": true
}, },
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"url": "", "url": "https://github.com/byungyoonc/TrueStrike42",
"usb": { "usb": {
"device_version": "1.0.0", "device_version": "1.0.0",
"pid": "0x0000", "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) Hall effect part of this firmware code is a modified version of Cipulot's code.
* Hardware Supported: *The PCBs, controllers supported*
* Hardware Availability: *Links to where you can find this hardware* * 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): Make example for this keyboard (after setting up your build environment):
@ -15,13 +17,16 @@ Make example for this keyboard (after setting up your build environment):
Flashing example for this keyboard: Flashing example for this keyboard:
make truestrike42:default:flash 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). 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 ## 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**: Quickly double-press the button on the back of the PCB
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available