qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1541B)


      1 # Smart 68
      2 
      3 ![Smart 68 V1 and V2](https://i.imgur.com/Ed2e083h.jpg)
      4 ![Smart 68 front shot](https://i.imgur.com/0NgcWqyh.jpg)
      5 
      6 A 68% keyboard with hot-swappable switches & backlight LEDs, and a
      7 front-mounted Fn key/bar using an Omron switch.
      8 
      9 * Keyboard Maintainer: [Shados](https://github.com/Shados)
     10 * Hardware Supported: Smart 68 PCB
     11 * Hardware Availability: [A 2016 Geekhack group buy](https://web.archive.org/web/20180703134842/https://geekhack.org/index.php?topic=83442.0)
     12 
     13 Make example for this keyboard (after setting up your build environment):
     14 
     15     make smart68:default
     16 
     17 Flashing example for this keyboard:
     18 
     19     make smart68:default:flash
     20 
     21 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).
     22 
     23 ## Bootloader
     24 
     25 You can enter the bootloader in three different ways:
     26 
     27 1. **Bootmagic reset**: Hold down the key at (3,5) in the matrix (the 'B' key
     28    in qwerty layouts) and plug in the keyboard. This will also work if the
     29    board is still running its original TMK firmware.
     30 2. **Physical reset button**: Briefly press the button on the back of the PCB.
     31    This will also work if the board is still running its original TMK firmware.
     32 3. **Keycode in layout**: Press the key mapped to `QK_BOOT` (Fn + Backspace, in
     33    the default layout). This will *not* work if the board is still running its
     34    original TMK firmware.