qmk-dactyl-manuform-a/keyboards/dinofizz/fnrow/v1
Ryan a8d440e4e0
Tidy up NKRO_ENABLE rules (#15382)
2021-12-09 16:05:44 +11:00
..
keymaps [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) 2021-07-02 20:56:23 -07:00
chconf.h [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) 2021-07-02 20:56:23 -07:00
config.h [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) 2021-07-02 20:56:23 -07:00
halconf.h [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) 2021-07-02 20:56:23 -07:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
mcuconf.h [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) 2021-07-02 20:56:23 -07:00
readme.md [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) 2021-07-02 20:56:23 -07:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00
v1.c [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) 2021-07-02 20:56:23 -07:00
v1.h [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) 2021-07-02 20:56:23 -07:00

readme.md

FnRow v1

A keyboard featuring a single horizontal row of switches in the style of a "function row" layout.

Features

  • USB-C
  • USB ESD and overcurrent protection
  • Dedicated reset switch to enable DFU mode
  • Optional status LED

Compilation

Make compilation example for this keyboard (after setting up your build environment):

make dinofizz/fnrow/v1:default

Flashing

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.

make dinofizz/fnrow/v1:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.