|
|
2 лет назад | |
|---|---|---|
| .. | ||
| keymaps | 45dc2499dc Remove all via-enabled keymaps, including `via`. (#24322) | 2 лет назад |
| chconf.h | f51d929bd9 [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) | 5 лет назад |
| halconf.h | f51d929bd9 [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) | 5 лет назад |
| keyboard.json | 8e5cd981e1 Migrate features from rules.mk to DD (#23247) | 2 лет назад |
| mcuconf.h | f51d929bd9 [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) | 5 лет назад |
| readme.md | f51d929bd9 [Keyboard] Add FnRow v1 keyboard by dinofizz (#11817) | 5 лет назад |
| v1.c | d09a06a1b3 Update GPIO API usage in keyboard code (#23361) | 2 лет назад |
A keyboard featuring a single horizontal row of switches in the style of a "function row" layout.
Make compilation example for this keyboard (after setting up your build environment):
make dinofizz/fnrow/v1:default
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.