readme.md (1857B)
1 # ai 2 3  4 5 This is a small open source 5x4-1 macropad powered by QMK 6 7 * Keyboard Maintainer: [Louis Dalibard](https://github.com/make42) 8 * Hardware Supported: The PCB for ai is located here: [ai](https://github.com/make42/ai) 9 * Hardware Availability: Here is a complete BOM with links to where you can find parts: 10 * PCB (I personally used JLCPCB) 11 * Arduino Pro Micro ([Aliexpress](https://fr.aliexpress.com/item/32768308647.html?spm=a2g0o.order_list.0.0.3ccc5e5bU64POK&gatewayAdapt=glo2fra)) 12 * Female pin rows ([Aliexpress]https://fr.aliexpress.com/item/4001122376295.html?spm=a2g0o.order_list.0.0.23845e5bTBt8sp&gatewayAdapt=glo2fra)) 13 * Gateron hotswap sockets ([Aliexpress](https://fr.aliexpress.com/item/1005003129613578.html?spm=a2g0o.order_list.0.0.23845e5bTBt8sp&gatewayAdapt=glo2fra)) 14 * Zener diodes ([Aliexpress](https://fr.aliexpress.com/item/1005003276184193.html?spm=a2g0o.order_list.0.0.23845e5bTBt8sp&gatewayAdapt=glo2fra)) 15 * Keyswitches (use a compatible MX switch) 16 * Keycaps (Duh) 17 18 Make example for this keyboard (after setting up your build environment): 19 20 make ai:default 21 22 Flashing example for this keyboard: 23 24 make ai:default:flash 25 26 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). 27 28 ## Bootloader 29 30 Enter the bootloader in 3 ways: 31 32 - **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard 33 - **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead 34 - **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available