index
:
qmk_firmware
redox-keymap-yushyin
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
basic
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-15
add tests for action_layer.c and reset layer state after tests
Colin T.A. Gray
1
-0
/
+92
2017-07-11
Fix unreferenced errors with mingw compiler and unit tests
Fred Sundvik
1
-1
/
+4
2017-07-09
Reference issue #1478 from the unit tests
Fred Sundvik
1
-0
/
+1
2017-07-09
Reference issue #1477 from the unit tests
Fred Sundvik
1
-0
/
+2
2017-07-09
Reference issue #524 from the unit tests
Fred Sundvik
1
-0
/
+3
2017-07-09
Reference issue #1476 from the unit tests
Fred Sundvik
1
-0
/
+4
2017-07-09
Configure vscode file associations, use hpp instead of h
Fred Sundvik
3
-3
/
+3
2017-07-09
Fix keymap formatting
Fred Sundvik
1
-10
/
+10
2017-07-09
Add tests for macros
Fred Sundvik
2
-1
/
+109
2017-07-09
Rename tests to start with test_
Fred Sundvik
2
-0
/
+0
2017-07-09
Add basic timing support, and SFT_T tests
Fred Sundvik
4
-14
/
+102
2017-07-09
Add test for a combo key
Fred Sundvik
2
-5
/
+44
2017-07-09
Add simple modifier test
Fred Sundvik
2
-4
/
+22
2017-07-09
Improve the tests a bit
Fred Sundvik
1
-1
/
+10
2017-07-09
A bigger test matrix, and test for unmapped keys
Fred Sundvik
3
-5
/
+18
2017-07-09
Rename test.cpp to keypress.cpp
Fred Sundvik
1
-0
/
+0
2017-07-09
Move test keymap to keymap.c
Fred Sundvik
2
-7
/
+24
2017-06-18
More natural interface for setting keyboard leds
Fred Sundvik
1
-3
/
+0
2017-06-18
Add a test fixture
Fred Sundvik
1
-13
/
+6
2017-06-18
Test two keys pressed at once
Fred Sundvik
1
-1
/
+15
2017-06-18
Actually test for correct key presses
Fred Sundvik
1
-2
/
+6
2017-06-18
Fix the order of init and driver creation
Fred Sundvik
1
-2
/
+4
2017-06-18
Add a couple of basic tests and implement driver mock
Fred Sundvik
1
-0
/
+26
2017-06-18
Add keymap
Fred Sundvik
2
-1
/
+8
2017-06-18
Split common.mk into common.mk and common_features.mk
Fred Sundvik
1
-1
/
+3
2017-06-18
Define MATRIX_COLS and MATRIX_ROWS
Fred Sundvik
1
-0
/
+2
2017-06-18
Add basic infrastrucure for building full tests
Fred Sundvik
3
-0
/
+53