qmk_firmware/keyboards/contra
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 all BACKLIGHT_LEVELS 0 (#18630) 2022-10-07 09:07:56 +01:00
contra.c Added Contra keyboard support (#2501) 2018-03-09 14:27:31 -05:00
contra.h Change keyboard level include guards to pragma once (#14248) 2021-09-01 19:03:14 +10:00
info.json Move keyboard USB IDs and strings to data driven: C (#17789) 2022-07-26 00:04:09 +01:00
readme.md [Keymap] Added my customized 40% layout (#7555) 2019-12-07 23:33:48 -08:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

CONTRA

CONTRA

A 40% keyboard by CARTEL

Keyboard Maintainer: The QMK Community
Hardware Supported: CONTRA
Hardware Availability: CARTEL

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

make contra:dana

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