logo

qmk_firmware

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

readme.md (1601B)


  1. # itstleo9
  2. Handwired 3x3 macropad built with Pro Micro compatible microcontrollers
  3. * Keyboard Maintainer: [ItsTLeo](https://github.com/ItsTLeo)
  4. * Hardware Supported: RP2040/ATmega32U4 Pro Micro
  5. * Hardware Availability: [RP2040](https://aliexpress.com/item/1005005616524430.html), [ATmega32U4](https://aliexpress.com/item/32888212119.html)
  6. Make example for this keyboard (after setting up your build environment):
  7. make handwired/itstleo9/promicro:default
  8. make handwired/itstleo9/rp2040:default
  9. Flashing example for this keyboard:
  10. make handwired/itstleo9/promicro:default:flash
  11. make handwired/itstleo9/rp2040:default:flash
  12. 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). Dont know how to make a handwire keyboard, check it out [SkottoKeebs handwire tutorial](https://www.youtube.com/watch?v=hjml-K-pV4E&pp=ygUTaGFuZHdpcmUgYSBtYWNyb3BhZA%3D%3D)
  13. ## Matrix pin (RP2040 ver)
  14. * **cols** : GP10 , GP11 , GP12
  15. * **rows** : GP21 , GP20 , GP19
  16. ## Matrix pin (Promicro ver)
  17. * **cols** : D1 , D0 , D4
  18. * **rows** : F4 , F5 , F6
  19. ## Bootloader
  20. Enter the bootloader in 3 ways:
  21. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (top left key) and plug in the keyboard
  22. * **Physical reset button**: Double-press reset button
  23. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available