mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Update Readme and keyboard.json with more info
This commit is contained in:
parent
c75ef49202
commit
3a6f582839
@ -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",
|
||||
|
@ -1,12 +1,14 @@
|
||||
# truestrike42
|
||||
# TrueStrike42
|
||||
|
||||

|
||||

|
||||
|
||||
*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):
|
||||
|
||||
@ -15,13 +17,16 @@ Make example for this keyboard (after setting up your build environment):
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user