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.
- Loading branch information
Showing
577 changed files
with
17,126 additions
and
27,349 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -34,3 +34,8 @@ CMakeLists.txt | |
util/Win_Check_Output.txt | ||
.vscode | ||
.stfolder | ||
|
||
# ignore image files | ||
*.png | ||
*.jpg | ||
*.gif |
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,12 +1,12 @@ | ||
[submodule "lib/chibios"] | ||
path = lib/chibios | ||
url = https://github.com/ChibiOS/ChibiOS.git | ||
url = https://github.com/qmk/ChibiOS | ||
[submodule "lib/chibios-contrib"] | ||
path = lib/chibios-contrib | ||
url = https://github.com/ChibiOS/ChibiOS-Contrib.git | ||
url = https://github.com/qmk/ChibiOS-Contrib | ||
[submodule "lib/ugfx"] | ||
path = lib/ugfx | ||
url = https://bitbucket.org/Tectu/ugfx | ||
url = https://github.com/qmk/uGFX | ||
[submodule "lib/googletest"] | ||
path = lib/googletest | ||
url = https://github.com/google/googletest |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Code Of Conduct | ||
|
||
QMK strives to be an inclusive and tolerant community. We welcome participation from anyone regardless of age, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, political belief, race, religion, or sexual identity and orientation. | ||
|
||
> “A gentle word turns away wrath, but a harsh word stirs up anger.” | ||
Our users, contributors, and collaborators are expected to treat each other with respect, to assume good intentions, and to gently correct, where possible, rather than react with escalation. Some examples of behavior we will not tolerate include, but is not limited to: | ||
|
||
* The use of sexualized language or imagery | ||
* Unwelcome advances, sexual or otherwise | ||
* Insults or derogatory comments, or personal or political attacks | ||
* Publishing others’ private information without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a professional setting | ||
|
||
If someone is violating this Code of Conduct you may email [email protected] to bring your concern to the Members. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 2017 Fred Sundvik | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 2 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#include $(TMK_PATH)/protocol.mk | ||
|
||
TEST_PATH=tests/$(TEST) | ||
|
||
$(TEST)_SRC= \ | ||
$(TEST_PATH)/test.cpp \ | ||
$(TMK_COMMON_SRC) \ | ||
$(QUANTUM_SRC) \ | ||
tests/test_common/matrix.c \ | ||
tests/test_common/test_driver.cpp \ | ||
tests/test_common/keyboard_report_util.cpp \ | ||
tests/test_common/test_fixture.cpp | ||
$(TEST)_DEFS=$(TMK_COMMON_DEFS) | ||
$(TEST)_CONFIG=$(TEST_PATH)/config.h | ||
VPATH+=$(TOP_DIR)/tests/test_common |
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
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
Oops, something went wrong.