logo

qmk_firmware

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

readme.md (1764B)


  1. # Handwired 87 keys
  2. ![hwpm87](https://i.imgur.com/DLqdtAWh.jpeg)
  3. Repaired from 87 keys keyboard using a Pro Micro
  4. * Keyboard Maintainer: [KD-MM2](https://github.com/KD-MM2)
  5. * Hardware Supported: Pro Micro(need to solder more pins) or any board with ATMega32u4
  6. * Hardware Availability: N/A (private board, might open source)
  7. First, if you have Pro Micro
  8. Checkout these image for more: ![Pin map](https://i.imgur.com/SvZ9rGQ.jpeg) ![Usabled Pins](https://i.imgur.com/Nr4cWP5.jpeg)
  9. Keymaps/Handwiring: ![Handwiring](https://i.imgur.com/G1izHd6.png)
  10. If you have 25 GPIOs board, there is nothing to do.
  11. Second, if you are using a Capslock LED, define LED pin in: [config.h#34](https://github.com/KD-MM2/qmk_firmware/blob/hwpm87/keyboards/hwpm87/config.h#L34),
  12. and check the LED_PIN_ON_STATE if you get reversed led state: [config.h#35](https://github.com/KD-MM2/qmk_firmware/blob/hwpm87/keyboards/hwpm87/config.h#L35)
  13. Make example for this keyboard (after setting up your build environment):
  14. make handwired/hwpm87:default
  15. Flashing example for this keyboard:
  16. make handwired/hwpm87:default:flash
  17. 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).
  18. ## Bootloader
  19. Enter the bootloader in 3 ways:
  20. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  21. * **Physical reset button**: Plug cable, open QMK Toolbox and short RST pin and GND pin, then you will see it in flashmode
  22. * **Keycode in layout**: Press the key mapped to `RESET` if it is available