]> git.donarmstrong.com Git - qmk_firmware.git/history - tests/basic
Configure vscode file associations, use hpp instead of h
[qmk_firmware.git] / tests / basic /
2017-07-09 Fred SundvikConfigure vscode file associations, use hpp instead...
2017-07-09 Fred SundvikFix keymap formatting
2017-07-09 Fred SundvikAdd tests for macros
2017-07-09 Fred SundvikRename tests to start with test_
2017-07-09 Fred SundvikAdd basic timing support, and SFT_T tests
2017-07-09 Fred SundvikAdd test for a combo key
2017-07-09 Fred SundvikAdd simple modifier test
2017-07-09 Fred SundvikImprove the tests a bit
2017-07-09 Fred SundvikA bigger test matrix, and test for unmapped keys
2017-07-09 Fred SundvikRename test.cpp to keypress.cpp
2017-07-09 Fred SundvikMove test keymap to keymap.c
2017-07-08 Jack HumbertMerge commit '5a3397d17ec917c7be5d5109e01a3a84a355cb1b'
2017-07-07 Jack HumbertMerge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61'
2017-07-07 Jack HumbertMerge commit '60b30c036397cb5627fa374bb930794b225daa29...
2017-06-22 StickMerge remote-tracking branch 'upstream/master'
2017-06-22 Erez ZukermanMerge pull request #1331 from ariasuni/master
2017-06-20 Jack HumbertMerge pull request #1405 from cquiroz/oneshot-mods...
2017-06-19 Jack HumbertMerge pull request #1410 from belak/tv44-core
2017-06-19 Jack HumbertMerge pull request #1409 from fredizzimo/full_unit_test
2017-06-18 Fred SundvikMore natural interface for setting keyboard leds
2017-06-18 Fred SundvikAdd a test fixture
2017-06-18 Fred SundvikTest two keys pressed at once
2017-06-18 Fred SundvikActually test for correct key presses
2017-06-18 Fred SundvikFix the order of init and driver creation
2017-06-18 Fred SundvikAdd a couple of basic tests and implement driver mock
2017-06-18 Fred SundvikAdd keymap
2017-06-18 Fred SundvikSplit common.mk into common.mk and common_features.mk
2017-06-18 Fred SundvikDefine MATRIX_COLS and MATRIX_ROWS
2017-06-18 Fred SundvikAdd basic infrastrucure for building full tests