mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
54860ed238
* Added Teton_78 qmk keyboard files * Fixed a syntax issue * Waffles suggested changes * Read me updated Used the Alpine65 reame to model off. * Update keyboards/mountainmechdesigns/teton_78/keymaps/default/keymap.c Co-authored-by: jack <jack@pngu.org> * Accidental File * Updated readme with missing info * Update readme.md * Update keyboards/mountainmechdesigns/teton_78/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mountainmechdesigns/teton_78/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mountainmechdesigns/teton_78/readme.md Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: jack <jack@pngu.org> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
37 lines
1.5 KiB
Markdown
37 lines
1.5 KiB
Markdown
# Teton 78 QMK Firmware
|
|
|
|
## Introduction
|
|
|
|
![Teton 78](https://i.imgur.com/MnASIrv.jpeg)
|
|
|
|
This is the QMK firmware repository for the Teton78, a 68XT solder and hotswao keyboard designed by Mountain Mech Designs - Bennett Balogh.
|
|
|
|
The Teton 78 has entered GB and sucessfully finalized in November 2024 The IC page for the keyboard can be found [here](https://geekhack.org/index.php?topic=123275.0).
|
|
The sale page can be found [here](https://www.mountainmechdesigns.com/)
|
|
Discord link can be found [here](https://discord.gg/h9dMwRNfVy)
|
|
|
|
## About
|
|
|
|
* Keyboard Maintainer: [Bennett Balogh](https://github.com/AwesomeBalogh)
|
|
* Hardware Supported: Atmega32u4
|
|
* Hardware Availability: N/A
|
|
|
|
## How to compile
|
|
|
|
After setting up your build environment, you can compile the Teton 78 default keymap by using:
|
|
|
|
make mountainmechdesigns/teton_78:default
|
|
|
|
Flash using
|
|
|
|
make mountainmechdesigns/teton_78: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 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 |