From 3a6f58283949af788320d0ecea7c5ca889fa46dd Mon Sep 17 00:00:00 2001 From: Choi Byungyoon Date: Sun, 20 Jul 2025 14:17:22 +0900 Subject: [PATCH] Update Readme and keyboard.json with more info --- keyboards/truestrike42/keyboard.json | 2 +- keyboards/truestrike42/readme.md | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/keyboards/truestrike42/keyboard.json b/keyboards/truestrike42/keyboard.json index 80f393ff0e9..f11ae82c522 100644 --- a/keyboards/truestrike42/keyboard.json +++ b/keyboards/truestrike42/keyboard.json @@ -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", diff --git a/keyboards/truestrike42/readme.md b/keyboards/truestrike42/readme.md index 6deddd85a33..57fe0ce9ac9 100644 --- a/keyboards/truestrike42/readme.md +++ b/keyboards/truestrike42/readme.md @@ -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): @@ -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