qmk_firmware/keyboards/giabalanai
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
..
keymaps Normalise MIDI keycodes (#18972) 2022-11-07 02:26:15 +00:00
config.h
giabalanai.c
giabalanai.h
info.json
readme.md
rules.mk

readme.md

giabalanai

giabalanai_logo

giabalanai overview

giabalanai keyboard is a simple-design Chromatic Button Accordion-ish MIDI keyboard (60 bass + C-system 62 keys = 38 notes) that doesn't have bellows nor register switches.

  • Keyboard Maintainer: 3araht
  • Hardware Supported: giabalanai keyboard, a split keyboard mainly work as MIDI keyboard.
  • Hardware Availability: Yushakobo or BOOTH. Click here for BOOTH overseas shipping!

Make example for this keyboard (after setting up your build environment):

make giabalanai:default

Flashing example for this keyboard:

make giabalanai:default:flash

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