From fda81d00803085d11d8ce5572f3a5d73db9c9dd2 Mon Sep 17 00:00:00 2001 From: phga Date: Fri, 27 Jun 2025 21:36:40 +0200 Subject: [PATCH] fix: Delete redundant readme --- qmk/snappy/readme.md | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 qmk/snappy/readme.md diff --git a/qmk/snappy/readme.md b/qmk/snappy/readme.md deleted file mode 100644 index f437598..0000000 --- a/qmk/snappy/readme.md +++ /dev/null @@ -1,43 +0,0 @@ -# snappy - -![snappy](imgur.com image replace me!) - -*A short description of the keyboard/project* - -* Keyboard Maintainer: [Philip Gaber](https://github.com/qhga) -* Hardware Supported: *The PCBs, controllers supported* -* Hardware Availability: *Links to where you can find this hardware* - -Make example for this keyboard (after setting up your build environment): - - make snappy:default - - # REV1 & REV2 (elite c) - sudo make snappy/rev2:default:dfu-split-left - sudo make snappy/rev2:default:dfu-split-right - - # REV3 (promicro rp2040) (info.json -> NOT WORKING) - sudo make snappy/rev3:default:uf2-split-left - sudo make snappy/rev3:default:uf2-split-right - - # REV3_5 (promicro rp2040) (WITHOUT info.json) - sudo make snappy/rev3_5:default:uf2-split-left - sudo make snappy/rev3_5:default:uf2-split-right - - # Make sure to mount the RP2040 drive to /media/snappy for automatic copying of the .uf2 file - -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: - -### REV1 & REV2 -* **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` (REV1 & REV2) if it is available - -### REV3 (NOT WORKING) & REV3_5 -* **Physical reset button**: Hold the `boot` button while plugging in the MC OR hold `boot` and press `reset` -* **Keycode in layout**: Press the key mapped to `QK_BOOT` (REV3 & REV3_5) if it is available - -info.json spec: https://github.com/qmk/qmk_firmware/blob/master/docs/reference_info_json.md