qmk_firmware/keyboards/giabalanai/keymaps/2firmware
Ryan 8b658dcc9a
Normalise MIDI keycodes (#18972)
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG`

* `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND`

* `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD`

* `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD`

* `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD`

* Misc controls

* Note keycodes

* Add legacy keycodes

* Regenerate keycodes

* Typo
2022-11-07 02:26:15 +00:00
..
config.h
keymap.c Normalise MIDI keycodes (#18972) 2022-11-07 02:26:15 +00:00
readme.md
rules.mk

readme.md

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