qmk_firmare/keyboards/fingerpunch/barobord_byomcu
Sadek Baroudi d1c8b75485 better generic vik support to handle all modules in one go, testing out with ximega 2024-06-25 16:07:26 -07:00
..
keymaps added encoder preset functionality and layer values 2023-04-28 22:13:17 -07:00
barobord_byomcu.c
barobord_byomcu.h
config.h better generic vik support to handle all modules in one go, testing out with ximega 2024-06-25 16:07:26 -07:00
fp_build.json
info.json renamed keyboards, testing new display code 2023-10-21 03:29:21 -07:00
readme.md
rgb_matrix_kb.inc
rules.mk QMK breaking change update: driver names in rules.mk changed from all upper case to all lower case, updating 2023-10-30 01:59:33 -07:00

readme.md

barobord

An ergonomic 30% keyboard

Barobord supports vial! Build the via keymap as shown in the commands

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

    make fingerpunch/barobord_byomcu: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. 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.