diff options
author | Joel Challis <git@zvecr.com> | 2023-08-21 22:47:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 22:47:46 +0100 |
commit | 3f192722b1629e4a4b6fe171d7efc21c3a0d3187 (patch) | |
tree | 057fff9093ae137c7e804b0d59e862dbce1a532d /keyboards/drop/shift/v2/readme.md | |
parent | f422b3cc9864f332ee33740d033a9a70068369ee (diff) |
Initial support for SHIFT v2 (#21756)
Diffstat (limited to 'keyboards/drop/shift/v2/readme.md')
-rw-r--r-- | keyboards/drop/shift/v2/readme.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/drop/shift/v2/readme.md b/keyboards/drop/shift/v2/readme.md new file mode 100644 index 0000000000..c9ebc63468 --- /dev/null +++ b/keyboards/drop/shift/v2/readme.md @@ -0,0 +1,24 @@ +# SHIFT v2 + +The Drop SHIFT v2 is a compact 1800 layout mechanical keyboard featuring dual USB-C connectors, an integrated Hi-Speed USB 2.0 hub, and fully customizable RGB backlighting and underlighting. + +* Keyboard Maintainer: [zvecr](https://github.com/zvecr) +* Hardware Availability: [Drop SHIFT Mechanical Keyboard](https://drop.com/buy/drop-shift-mechanical-keyboard) + +Make example for this keyboard (after setting up your build environment): + + make drop/shift/v2:default + +Flashing example for this keyboard: + + make drop/shift/v2: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). + +## Bootloader + +Enter the bootloader in 3 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 tap the button located under the spacebar +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available |