~ruther/qmk_firmware

ref: f37f27f02a55f750c21f671e712e3f704ba57885 qmk_firmware/keyboards/giabalanai/keymaps/2firmware/readme.md -rw-r--r-- 678 bytes
f37f27f0 — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: O (#23778) 11 months ago

#A personal keymap for giabalanai with RGBLIGHT_ENABLE = yes in rules.mk, which 3araht is using.

"2firmware" requires writing the firmware separately to left and right keyboards in order to have different functionality when USB cable is connected to the left side keyboard. It can be used without the right side. (EE_HANDS is defined in 2firmware/config.h).

When USB cable is connected to the left side keyboard, QWERTY layout is used by default.

Use below for writing the firmware to the left side keyboard.

make giabalanai:2firmware:avrdude-split-left

Use below for writing the firmware to the right side keyboard.

make giabalanai:2firmware:avrdude-split-right

Do not follow this link