diff options
author | henrikosorensen <henrik.sorensen@gmail.com> | 2025-03-30 01:17:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-29 18:17:38 -0600 |
commit | bc42a7ea8980c1d135ac6f2d2ec194e3e7355bfe (patch) | |
tree | 426c76fe6a5b6898404df04863d50a40bcc1348a /keyboards/handwired/at101ish/readme.md | |
parent | 49d13595f64577bc50c08b460538d35055befdf8 (diff) |
At101ish (#25072)
* Dell AT101 replacement pcb support
* Update keyboards/at101ish/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* remove empty src clause in makefile
* feature: Update at101ish to qmk v0.28
* feature: Add osdetecting keymap variant.
* refactor: Move at101ish keyboard to handwired folder.
* fix: Adjust at101ish readme-
* fix: review changes.
* chore: Remove unneeded feature.
---------
Co-authored-by: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/at101ish/readme.md')
-rw-r--r-- | keyboards/handwired/at101ish/readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/at101ish/readme.md b/keyboards/handwired/at101ish/readme.md new file mode 100644 index 0000000000..2bdfbb9367 --- /dev/null +++ b/keyboards/handwired/at101ish/readme.md @@ -0,0 +1,25 @@ +# AT101(-ish) + +A replacement PCB for Dell AT101 family. (In theory) supports AT101, AT101W, AT102, AT102W, maybe other Bigfoot platform boards. + +Keyboard Maintainer: QMK Community and Henrik O. Sørensen +Hardware Supported: AT101(ish) PCB +Hardware Availability: https://github.com/henrikosorensen/keyboard_pcbs/tree/master/at101_pcb + +Make example for this keyboard (after setting up your build environment): + + make handwired/at101ish:default + +Flashing example for this keyboard: + + make handwired/at101ish: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 2 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 programming button on the teensy 2.0 PCB. + |