qmk_firmware/keyboards/miuni32
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 Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727) 2022-10-15 09:55:40 -07:00
info.json Move keyboard USB IDs and strings to data driven: M (#17859) 2022-08-03 17:15:43 +10:00
miuni32.c Remove empty override functions (#14312) 2021-09-05 21:36:31 +01:00
miuni32.h Change keyboard level include guards to pragma once (#14248) 2021-09-01 19:03:14 +10:00
readme.md Modified URLs to point to new locations 2019-01-13 09:11:18 -08:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

miuni32

A compact 30% keyboard.

Keyboard Maintainer: QMK Community
Hardware Supported: miuni32 PCB
Hardware Availability: https://bigtuna.io

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

make miuni32-default

See build environment setup then the make instructions for more information.