mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
391c0428c9
* Add support for Envious.Design Keyboards
Add various RP2040 keyboards I've designed.
* Fixed missing newlines at EOF.
* Ran CLANG-FORMAT and sorted out any potential issues.
* Gave keyboards all unique product IDs
* Made requested changes.
* removed all VIAL related code
* sorted out license on all *.h or *.h files
* removed outdated RESET Keycode
* missed some VIAL bits
* Made suggested changes
* Made Suggested Changes
* missed one file to change.
* Attempted fix of CI issues
* Update .gitmodules
* Revert "Update .gitmodules"
This reverts commit
|
||
---|---|---|
.. | ||
keymaps | ||
info.json | ||
mini1800.c | ||
readme.md | ||
rules.mk |
mini1800
A mini1800 layout commission keyboard for LASERman71 utilising the RP2040 MCU
- Keyboard Maintainer: Adam
- Hardware Supported: Onboard RP2040 MCU
- Hardware Availability: None Yet
Make example for this keyboard (after setting up your build environment):
make enviousdesign/commissions/mini1800:default
Flashing example for this keyboard:
make enviousdesign/commissions/mini1800:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
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 the button on the back of the PCB - some may have pads you must short instead
- Keycode in layout: Press the key mapped to
QK_BOOT
if it is available