qmk_firmware/keyboards/chromatonemini
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
chromatonemini.c Rotary encoder setting is revised to solve a malfunction. (#18227) 2022-09-30 07:13:21 +01:00
chromatonemini.h Rotary encoder setting is revised to solve a malfunction. (#18227) 2022-09-30 07:13:21 +01:00
config.h Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) 2022-10-15 09:55:12 -07:00
info.json Rotary encoder setting is revised to solve a malfunction. (#18227) 2022-09-30 07:13:21 +01:00
readme.md Rotary encoder setting is revised to solve a malfunction. (#18227) 2022-09-30 07:13:21 +01:00
rgb_matrix_kb.inc Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
rules.mk Rotary encoder setting is revised to solve a malfunction. (#18227) 2022-09-30 07:13:21 +01:00

chromatonemini

chromatonemini

chromatonemini keyboard is a simple-design Chromatone mini MIDI keyboard that covers 3 octaves (37 notes).

  • Keyboard Maintainer: 3araht
  • Hardware Supported: chromatone keyboard, a DIY MIDI keyboard.
  • Hardware Availability: BOOTH. Click here for BOOTH overseas shipping!

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

make chromatonemini:default

Flashing example for this keyboard:

make chromatonemini:default:flash

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