Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgjules/qmk-orion
QMK Keymap for the Ferris Sweep with Sea-Picro MCU
https://github.com/mgjules/qmk-orion
ferris-sweep qmk-keymap sea-picro
Last synced: 11 days ago
JSON representation
QMK Keymap for the Ferris Sweep with Sea-Picro MCU
- Host: GitHub
- URL: https://github.com/mgjules/qmk-orion
- Owner: mgjules
- License: mit
- Created: 2023-07-21T15:45:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T19:07:51.000Z (5 months ago)
- Last Synced: 2024-06-25T17:47:23.095Z (5 months ago)
- Topics: ferris-sweep, qmk-keymap, sea-picro
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qmk-orion
QMK Keymap for the [Ferris Sweep](https://github.com/davidphilipbarr/Sweep) with [Sea-Picro EXT](https://github.com/joshajohnson/sea-picro#sea-picro-ext) MCU.
## Instructions to flash
1. Git clone in `keyboards/ferris/sweep/keymaps` in `qmk-firmware` project under `orion`.
2. Connect the **left** side of split and short `GND`+`RST` pins on the MCU for 2 seconds to get into the bootloader.
3. Run the following at the root of `qmk_firmware` project:```shell
make ferris/sweep:orion:uf2-split-left
```4. Connect the **right** side of split and short `GND`+`RST` pins on the MCU for 2 seconds to get into the bootloader.
5. Run the following at the root of `qmk_firmware` project:```shell
make ferris/sweep:orion:uf2-split-right
```