Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-22 | Merge pull request #1416 from geofflane/feature/s65_x_std_grv_esc | Jack Humbert | |
Use the new Quantum KC_GESC instead of custom code | |||
2017-06-22 | Merge pull request #1331 from ariasuni/master | Erez Zukerman | |
Fix undefined reference errors with avr-gcc 7.1 | |||
2017-06-21 | add group edge via travis updates | Jack Humbert | |
2017-06-21 | Use the new Quantum KC_GESC instead of custom code | Geoff Lane | |
2017-06-20 | Merge pull request #1405 from cquiroz/oneshot-mods-timeout | Jack Humbert | |
Oneshot mods timeout | |||
2017-06-20 | Merge pull request #1414 from dvdizon/kbd75 | Jack Humbert | |
KBD75 - Initial KBD75 port from qmkeyboard.cn source files | |||
2017-06-20 | Merge pull request #1413 from lasko/master | Jack Humbert | |
This is a complete redo of my keymap. It includes several | |||
2017-06-20 | Merge pull request #1412 from nall/master | Jack Humbert | |
Fixed offset for knight rgb mode | |||
2017-06-19 | KBD75 - Initial KBD75 port from qmkeyboard.cn source files | David Dizon | |
2017-06-19 | Added custom keymap and enabled Space Cadet | Jon Nall | |
2017-06-19 | This is a complete redo of my keymap. It includes several | Brandon Height | |
layers including qwerty, colemak, navigation, and gui layers. I also was playing around with dancing tap keys. | |||
2017-06-19 | Fixed offset for knight rgb mode | Jon Nall | |
2017-06-19 | Merge pull request #1410 from belak/tv44-core | Jack Humbert | |
tv44: Add core layout based on the Core 47 | |||
2017-06-19 | Merge pull request #1409 from fredizzimo/full_unit_test | Jack Humbert | |
Take first baby steps towards testing the whole QMK | |||
2017-06-18 | tv44: Add core layout based on the Core 47 | Kaleb Elwert | |
2017-06-19 | Fix serial_link vpath problem | Fred Sundvik | |
2017-06-19 | Add todo to timer.c | Fred Sundvik | |
2017-06-19 | Add a couple of todos to keyboard_report_util.cpp | Fred Sundvik | |
Also print the modifier state | |||
2017-06-19 | More natural interface for setting keyboard leds | Fred Sundvik | |
2017-06-18 | Add a test fixture | Fred Sundvik | |
It only initializes QMK once, and clears the matrix after each test. | |||
2017-06-18 | Test two keys pressed at once | Fred Sundvik | |
2017-06-18 | Fix problems with undefined inlines in debug mode | Fred Sundvik | |
2017-06-18 | Actually test for correct key presses | Fred Sundvik | |
2017-06-18 | Move functions for adding keys from to reports to report.h | Fred Sundvik | |
2017-06-18 | Move functionality from action_util to report | Fred Sundvik | |
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere. | |||
2017-06-18 | Fix the order of init and driver creation | Fred Sundvik | |
2017-06-18 | Add a couple of basic tests and implement driver mock | Fred Sundvik | |
2017-06-18 | Add keymap | Fred Sundvik | |
2017-06-18 | Empty bootloader_jump | Fred Sundvik | |
2017-06-18 | Dummy test matrix implementation | Fred Sundvik | |
2017-06-18 | Split common.mk into common.mk and common_features.mk | Fred Sundvik | |
To support including keyboard/keymap specific rules before it | |||
2017-06-18 | Emulate eeprom | Fred Sundvik | |
2017-06-18 | Rename native to test | Fred Sundvik | |
2017-06-18 | Add empty timer functions | Fred Sundvik | |
2017-06-18 | Empty implementation of bootloader, suspend and timer | Fred Sundvik | |
2017-06-18 | Fix program mem functionality | Fred Sundvik | |
2017-06-18 | Empty implementation of wait | Fred Sundvik | |
2017-06-18 | Define MATRIX_COLS and MATRIX_ROWS | Fred Sundvik | |
2017-06-18 | Make sure config.h is included | Fred Sundvik | |
2017-06-18 | Try to build tmk_common | Fred Sundvik | |
2017-06-18 | Add basic infrastrucure for building full tests | Fred Sundvik | |
2017-06-18 | revert edit | Jack Humbert | |
2017-06-18 | Update key_functions.md | Jack Humbert | |
2017-06-18 | Merge pull request #1349 from jpetermans/infinity60 | Jack Humbert | |
Infinity60 backlight support | |||
2017-06-18 | Merge pull request #1407 from take-a-CHANCE/master | Jack Humbert | |
Adding a planck keymap | |||
2017-06-18 | Merge pull request #1406 from jprMesh/atreus52 | Jack Humbert | |
Atreus52 | |||
2017-06-18 | remove hardware files, move arrow pad | Jack Humbert | |
2017-06-18 | Remove noisy debug line | Carlos Quiroz | |
2017-06-18 | Deactivate oneshot mods once timedout | Carlos Quiroz | |
2017-06-18 | Merge pull request #1408 from fredizzimo/fix_build_improve_travis | Jack Humbert | |
Fix the two failing keymaps and improve the travis build script |