qmk_firmare/keyboards/fingerpunch/barobord
..
keymaps
barobord.c
barobord.h
config.h
fp_build.json
info.json
kle-via.json
readme.md
rgb_matrix_kb.inc
rules.mk
via.json

readme.md

barobord

An ergonomic 30% keyboard

Barobord supports vial! Build the via keymap as shown in the commands, and then use Vial to sideload via.json

To build the firmware for this keyboard (after setting up your build environment):

    make fingerpunch/barobord:default RGBLIGHT_ENABLE=yes ENCODER_ENABLE=yes PIMORONI_TRACKBALL_ENABLE=yes

Options are:

    RGBLIGHT_ENABLE=yes
    RGB_MATRIX_ENABLE=yes
    OLED_ENABLE=yes
    ENCODER_ENABLE=yes
    PIMORONI_TRACKBALL_ENABLE=yes

Once you have completed the build, flash it onto your keyboard. At this point, make sure you have Vial installed. Use the "Sideload VIA JSON" and use the via.json found in this directory. You should be able to edit your keymap directly from your machine!

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