qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1601B)


      1 # itstleo9
      2 
      3 Handwired 3x3 macropad built with Pro Micro compatible microcontrollers
      4 
      5 * Keyboard Maintainer: [ItsTLeo](https://github.com/ItsTLeo)
      6 * Hardware Supported: RP2040/ATmega32U4 Pro Micro
      7 * Hardware Availability: [RP2040](https://aliexpress.com/item/1005005616524430.html), [ATmega32U4](https://aliexpress.com/item/32888212119.html)
      8 
      9 Make example for this keyboard (after setting up your build environment):
     10 
     11     make handwired/itstleo9/promicro:default
     12     make handwired/itstleo9/rp2040:default
     13     
     14 Flashing example for this keyboard:
     15 
     16     make handwired/itstleo9/promicro:default:flash
     17     make handwired/itstleo9/rp2040:default:flash
     18 
     19 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)
     20 
     21 ## Matrix pin (RP2040 ver)
     22 
     23 *    **cols** :     GP10  ,  GP11   ,  GP12
     24 *    **rows** :     GP21  ,  GP20   ,  GP19
     25 
     26 ## Matrix pin (Promicro ver)
     27 
     28 *    **cols** :     D1  ,  D0   ,  D4
     29 *    **rows** :     F4  ,  F5   ,  F6
     30 
     31 ## Bootloader
     32 
     33 Enter the bootloader in 3 ways:
     34 
     35 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (top left key) and plug in the keyboard
     36 * **Physical reset button**: Double-press reset button
     37 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available