logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1762B)


  1. # Phoenix Project No 1
  2. ![Type S](https://i.imgur.com/YJaz6P3h.jpeg)
  3. ![Type H](https://i.imgur.com/7Lz9oRLh.jpeg)
  4. This is an open source collection of M65-A keyboard replacement PCBs, available both in solderable and hotswap variants.
  5. * Keyboard Maintainer: [Eric Becourt, aka Rico](https://github.com/mymakercorner)
  6. * Hardware Supported: Phoenix Project No 1 Type S (solder) and Type H (hotswap)
  7. * Hardware Availability: hardware is open source, Github repository contains everything to easily have fully assembled PCBs at JLCPCB
  8. More details in Github repository [here](https://github.com/mymakercorner/Phoenix_Project_No1)
  9. Make example for this keyboard (after setting up your build environment):
  10. make rico/phoenix_project_no1:default
  11. Flashing example for this keyboard:
  12. make rico/phoenix_project_no1:default:flash
  13. 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).
  14. ## Bootloader
  15. You can enter the bootloader in 5 ways:
  16. * **QMK software ways:**
  17. * **Bootmagic reset**: hold down the key at (0,0) in the matrix (the top left key or Escape) and plug in the keyboard
  18. * **Keycode in layout**: press the key mapped to `QK_BOOT` that is the top left key or Escape on layer 2
  19. * **Physical BOOTSEL button**: double tap the BOOTSEL button
  20. * **Native RP2040 MCU ways:**
  21. * **Physical BOOTSEL and RESET button**: while keyboard is plugged maintain RESET button pressed, press BOOTSEL button then release the RESET button
  22. * **Physical RESET button**: maintain RESET button pressed while plugging in the keyboard