aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More natural interface for setting keyboard ledsFred Sundvik2017-06-194-8/+4
|
* Add a test fixtureFred Sundvik2017-06-186-15/+80
| | | | It only initializes QMK once, and clears the matrix after each test.
* Test two keys pressed at onceFred Sundvik2017-06-183-3/+45
|
* Fix problems with undefined inlines in debug modeFred Sundvik2017-06-181-0/+4
|
* Actually test for correct key pressesFred Sundvik2017-06-186-8/+100
|
* Move functions for adding keys from to reports to report.hFred Sundvik2017-06-184-35/+45
|
* Move functionality from action_util to reportFred Sundvik2017-06-185-173/+193
| | | | | The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.
* Fix the order of init and driver creationFred Sundvik2017-06-181-2/+4
|
* Add a couple of basic tests and implement driver mockFred Sundvik2017-06-186-9/+185
|
* Add keymapFred Sundvik2017-06-182-1/+8
|
* Empty bootloader_jumpFred Sundvik2017-06-181-0/+2
|
* Dummy test matrix implementationFred Sundvik2017-06-182-2/+45
|
* Split common.mk into common.mk and common_features.mkFred Sundvik2017-06-186-142/+164
| | | | To support including keyboard/keymap specific rules before it
* Emulate eepromFred Sundvik2017-06-184-0/+105
|
* Rename native to testFred Sundvik2017-06-184-1/+1
|
* Add empty timer functionsFred Sundvik2017-06-181-0/+10
|
* Empty implementation of bootloader, suspend and timerFred Sundvik2017-06-184-0/+53
|
* Fix program mem functionalityFred Sundvik2017-06-181-1/+1
|
* Empty implementation of waitFred Sundvik2017-06-181-3/+6
|
* Define MATRIX_COLS and MATRIX_ROWSFred Sundvik2017-06-181-0/+2
|
* Make sure config.h is includedFred Sundvik2017-06-182-0/+2
|
* Try to build tmk_commonFred Sundvik2017-06-183-124/+132
|
* Add basic infrastrucure for building full testsFred Sundvik2017-06-187-1/+75
|
* revert editJack Humbert2017-06-181-1/+1
|
* Update key_functions.mdJack Humbert2017-06-181-1/+1
|
* Merge pull request #1349 from jpetermans/infinity60Jack Humbert2017-06-1811-11/+1056
|\ | | | | Infinity60 backlight support
| * Update lock led processing and remove debug msgsjpetermans2017-05-304-28/+10
| |
| * reduce recurring writes to lock ledsjpetermans2017-05-251-5/+53
| |
| * Restore deleted MEMO.txt from masterjpetermans2017-05-241-0/+385
| |
| * Merge branch 'user_led_configuration' into infinity60jpetermans2017-05-247-616/+595
| |\ | | | | | | | | | | | | Conflicts: keyboards/infinity60/keymaps/jpetermans/keymap.c
| | * keymap example update and tweak to set_led_bit functionjpetermans2017-05-243-24/+21
| | |
| | * reorder mailbox msg data; formattingjpetermans2017-05-104-111/+101
| | |
| | * remove breath functions from keymapjpetermans2017-05-082-14/+7
| | |
| | * last readme fixjpetermans2017-05-081-4/+8
| | |
| | * third readme fix attemptjpetermans2017-05-081-4/+4
| | |
| | * readme fixjpetermans2017-05-081-6/+6
| | |
| | * documentation cleanupjpetermans2017-05-082-34/+41
| | |
| | * Merge branch 'user_led_configuration' of ↵jpetermans2017-05-080-0/+0
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/jpetermans/qmk_firmware into user_led_configuration Conflicts: keyboards/infinity60/led_controller.c keyboards/infinity60/led_controller.h
| | | * minor change on lock ledsjpetermans2017-05-081-6/+4
| | | |
| | | * simplified lock led functionjpetermans2017-04-292-42/+17
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into user_led_configurationjpetermans2017-05-08233-1958/+7085
| | |\ \
| | * | | updated keymap for new led functionsjpetermans2017-05-084-199/+240
| | | | |
| | * | | CLeaned out debug codejpetermans2017-05-083-266/+14
| | | | |
| | * | | small code cleanupjpetermans2017-05-083-576/+210
| | | | |
| | * | | Testing initial blink supportjpetermans2017-04-302-81/+180
| | | |/ | | |/|
| | * | Simplified processing in led_controller; more control at user level.jpetermans2017-04-262-96/+123
| | | |
| | * | more stable lock led process, added debugging codejpetermans2017-04-151-47/+70
| | | |
| | * | Added backlight step functionalityjpetermans2017-04-142-164/+160
| | | |
| | * | fixed bit shift in led_set_bitjpetermans2017-04-131-5/+21
| | | |
| | * | more flexible led processing functions, all and on/off/togglejpetermans2017-04-134-78/+97
| | | | | | | | | | | | | | | | functioning