qmk_firmware

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

readme.md (1354B)


      1 # FnRow v1 
      2 
      3 A keyboard featuring a single horizontal row of switches in the style of a "function row" layout.
      4 
      5 * Keyboard Maintainer: [Dino Fizzotti](https://www.dinofizzotti.com)
      6 * [PCB Schematic and layout](https://github.com/dinofizz/fnrow-pcb)
      7 * [Blog post](https://www.dinofizzotti.com/blog/2021-02-07-fnrow-v1-a-configurable-function-row-layout-mechanical-keyboard/)
      8 
      9 ##  Features
     10 
     11 * USB-C
     12 * USB ESD and overcurrent protection
     13 * Dedicated reset switch to enable DFU mode
     14 * Optional status LED
     15 
     16 ## Compilation
     17 
     18 Make compilation example for this keyboard (after setting up your build environment):
     19 
     20     make dinofizz/fnrow/v1:default
     21 
     22 # Flashing
     23 
     24 The FnRow features a hardware reset push-button to the left of the USB-C port. To flash new firmware you will need to enter the bootloader mode first. Plug the FnRow in to your computer using a USB cable and press the reset button momentarily. The board will then show up as an STM32 flash bootloader device. You can then use the following command to flash new firmware to the board.
     25     
     26     make dinofizz/fnrow/v1:default:flash
     27 
     28 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).