diff options
| author | Alexei Robyn | 2024-05-05 03:38:32 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-05 03:38:32 +0200 |
| commit | e3e587fc7491e56c77fecd0c5c91f0c10027f1a1 (patch) | |
| tree | 4ce86eaf3a40f343c0e38e00de66163917b1c96c /keyboards/smart68/readme.md | |
| parent | 8075003e6068d6f8fa5396972c2a17d39d14c584 (diff) | |
Add support for Smart 68 keyboard (#23043)
Diffstat (limited to 'keyboards/smart68/readme.md')
| -rw-r--r-- | keyboards/smart68/readme.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/smart68/readme.md b/keyboards/smart68/readme.md new file mode 100644 index 0000000000..a8a7a5410f --- /dev/null +++ b/keyboards/smart68/readme.md @@ -0,0 +1,34 @@ +# Smart 68 + + + + +A 68% keyboard with hot-swappable switches & backlight LEDs, and a +front-mounted Fn key/bar using an Omron switch. + +* Keyboard Maintainer: [Shados](https://github.com/Shados) +* Hardware Supported: Smart 68 PCB +* Hardware Availability: [A 2016 Geekhack group buy](https://web.archive.org/web/20180703134842/https://geekhack.org/index.php?topic=83442.0) + +Make example for this keyboard (after setting up your build environment): + + make smart68:default + +Flashing example for this keyboard: + + make smart68: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 + +You can enter the bootloader in three different ways: + +1. **Bootmagic reset**: Hold down the key at (3,5) in the matrix (the 'B' key + in qwerty layouts) and plug in the keyboard. This will also work if the + board is still running its original TMK firmware. +2. **Physical reset button**: Briefly press the button on the back of the PCB. + This will also work if the board is still running its original TMK firmware. +3. **Keycode in layout**: Press the key mapped to `QK_BOOT` (Fn + Backspace, in + the default layout). This will *not* work if the board is still running its + original TMK firmware. |