mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
fb3a414a40
* Initial PizzaPad firmware * Updated files to conform to PR checklist * Fix default keymap location * Update keyboard.json * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/idyllic/pizzapad/keymaps/default/keymap.c Co-authored-by: jack <jack@pngu.org> --------- Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <jack@pngu.org>
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# Pizza Pad PCB
|
|
|
|
![Pizza Pad PCB](https://i.imgur.com/eJLuaZY.jpg)
|
|
|
|
A 3x3 PCB designed for the Idyllic Pretty Pad.
|
|
|
|
* Keyboard Maintainer: Zykrah
|
|
* Hardware Supported: Pizza Pad PCB (using a SEEED XIAO RP2040)
|
|
* Hardware Availability: [Mechstock](https://mechstock.com.au/)
|
|
|
|
Make example for this keyboard (after setting up your build environment):
|
|
|
|
make idyllic/pizzapad:default
|
|
|
|
Flashing example for this keyboard:
|
|
|
|
make idyllic/pizzapad:default:flash
|
|
|
|
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).
|
|
|
|
## Bootloader
|
|
|
|
Enter the bootloader in 3 ways:
|
|
|
|
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
|
|
* **Physical reset button**: Briefly press both the `BOOT` and `RESET` buttons at the same time
|
|
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|