qmk_firmware/keyboards/contra
Ryan 5974d989fe
Normalise Unicode keycodes (#18898)
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV`

* `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*`

* `UC_MAC` -> `UNICODE_MODE_MACOS`

* `UC_LNX` -> `UNICODE_MODE_LINUX`

* `UC_WIN` -> `UNICODE_MODE_WINDOWS`

* `UC_BSD` -> `UNICODE_MODE_BSD`

* `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE`

* `UC_EMACS` -> `UNICODE_MODE_EMACS`

* `UC__COUNT` -> `UNICODE_MODE_COUNT`

* `UC_M_MA` -> `UC_MAC`

* `UC_M_LN` -> `UC_LINX`

* `UC_M_WI` -> `UC_WIN`

* `UC_M_BS` -> `UC_BSD`

* `UC_M_WC` -> `UC_WINC`

* `UC_M_EM` -> `UC_EMAC`

* Docs

* Update quantum/unicode/unicode.h
2022-10-31 21:15:12 +00:00
..
keymaps Normalise Unicode keycodes (#18898) 2022-10-31 21:15:12 +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.