forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] Clean up contra & move to data-driven (qmk#19973)
Co-authored-by: Joel Challis <git@zvecr.com>
- Loading branch information
1 parent
f639089
commit 80c6fba
Showing
7 changed files
with
135 additions
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// Copyright QMK Community | ||
// SPDX-License-Identifier: GPL-2.0+ | ||
|
||
#pragma once | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
CONTRA | ||
====== | ||
# Contra | ||
|
||
![CONTRA](https://cartel.ltd/wp-content/uploads/2018/01/img_3209.jpg) | ||
Contra is a low cost 40% keyboard. | ||
|
||
A 40% keyboard by [CARTEL](https://cartel.ltd/) | ||
|
||
Keyboard Maintainer: The QMK Community | ||
Hardware Supported: CONTRA | ||
Hardware Availability: [CARTEL](https://cartel.ltd/projects/contra/) | ||
* Keyboard Maintainer: The QMK Community | ||
* Hardware Supported: [Contra](https://github.com/ai03-2725/Contra) | ||
* Hardware Availability: PCB sold by various vendors | ||
|
||
Make example for this keyboard (after setting up your build environment): | ||
|
||
make contra:dana | ||
make contra:default | ||
|
||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
|
||
## Bootloader | ||
|
||
Enter the bootloader in 3 ways: | ||
|
||
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. | ||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is configured. | ||
* **Physical reset button**: Briefly press the reset button soldered on the PCB. | ||
* **Bootmagic reset**: Hold down the top left key and plug in the controller. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1 @@ | ||
# Build Options | ||
# change yes to no to disable | ||
# | ||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
MOUSEKEY_ENABLE = yes # Mouse keys | ||
EXTRAKEY_ENABLE = yes # Audio control and System control | ||
CONSOLE_ENABLE = no # Console for debug | ||
COMMAND_ENABLE = no # Commands for debug and configuration | ||
NKRO_ENABLE = yes # Enable N-Key Rollover | ||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
AUDIO_ENABLE = no # Audio output | ||
|
||
LAYOUTS_HAS_RGB = no | ||
|
||
# Disable unsupported hardware | ||
RGBLIGHT_SUPPORTED = no | ||
AUDIO_SUPPORTED = no | ||
BACKLIGHT_SUPPORTED = no | ||
# This file intentionally left blank |