aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-06-23updated README.mdGravatar Stick
2017-06-23Merge remote-tracking branch 'upstream/master'Gravatar Stick
2017-06-23added media keys; many bug fixesGravatar Stick
2017-06-23Refactoring frenchdevGravatar npoirey
2017-06-23Moved frenchdev to handwiredGravatar npoirey
2017-06-23Merge pull request #1421 from 333fred/update-layoutGravatar Jack Humbert
Update my layout
2017-06-23Merge pull request #1419 from Wraul/phantom-improvementsGravatar Jack Humbert
Phantom improvements
2017-06-23Doc updatesGravatar Fredric Silberberg
2017-06-23Copy/paste additions.Gravatar Fredric Silberberg
2017-06-23Added backlight control keysGravatar Fredric Silberberg
2017-06-23Added a few more VS macros and another ctrlGravatar Fredric Silberberg
2017-06-23Small keymap layout updatesGravatar Fredric Silberberg
2017-06-23Update Phantom readmeGravatar Mathias Andersson
Added basic description of the keyboard and some build and configuration instructions. Also moved the RGB underlight modification instructions to the readme.
2017-06-23Adjust Phantom for standard PCBGravatar Mathias Andersson
The previous default configuration and keymap was made for a Phantom modified with RGB underlight. This commit makes the default more in line with the "official" configurations provided by the PCB. The previous default have been moved to a separate keymap named `rgbmod`. It has also been updated to better match the template keymap.
2017-06-23Update Phantom config to better match templateGravatar Mathias Andersson
2017-06-23Move Phantom LED handling to phantom.cGravatar Mathias Andersson
This is more in line with the structure provided by the keyboard template.
2017-06-22added tapdance lockingGravatar Stick
2017-06-22Removed image from git and added references to imgur album for Frenchdev ↵Gravatar npoirey
keyboard.
2017-06-22Merge remote-tracking branch 'upstream/master'Gravatar Stick
2017-06-22Update _summary.mdGravatar Jack Humbert
2017-06-22Create adding_a_keyboard_to_qmk.mdGravatar Jack Humbert
2017-06-22Update porting_your_keyboard_to_qmk.mdGravatar Jack Humbert
2017-06-22Merge pull request #1416 from geofflane/feature/s65_x_std_grv_escGravatar Jack Humbert
Use the new Quantum KC_GESC instead of custom code
2017-06-22Merge pull request #1331 from ariasuni/masterGravatar Erez Zukerman
Fix undefined reference errors with avr-gcc 7.1
2017-06-22Fix warning in frenchdevGravatar npoirey
2017-06-22Frenchdev v1Gravatar npoirey
2017-06-21add group edge via travis updatesGravatar Jack Humbert
2017-06-21Use the new Quantum KC_GESC instead of custom codeGravatar Geoff Lane
2017-06-20Merge pull request #1405 from cquiroz/oneshot-mods-timeoutGravatar Jack Humbert
Oneshot mods timeout
2017-06-20Merge pull request #1414 from dvdizon/kbd75Gravatar Jack Humbert
KBD75 - Initial KBD75 port from qmkeyboard.cn source files
2017-06-20Merge pull request #1413 from lasko/masterGravatar Jack Humbert
This is a complete redo of my keymap. It includes several
2017-06-20Merge pull request #1412 from nall/masterGravatar Jack Humbert
Fixed offset for knight rgb mode
2017-06-19KBD75 - Initial KBD75 port from qmkeyboard.cn source filesGravatar David Dizon
2017-06-19Added custom keymap and enabled Space CadetGravatar Jon Nall
2017-06-19This is a complete redo of my keymap. It includes severalGravatar Brandon Height
layers including qwerty, colemak, navigation, and gui layers. I also was playing around with dancing tap keys.
2017-06-19Fixed offset for knight rgb modeGravatar Jon Nall
2017-06-19Merge pull request #1410 from belak/tv44-coreGravatar Jack Humbert
tv44: Add core layout based on the Core 47
2017-06-19Merge pull request #1409 from fredizzimo/full_unit_testGravatar Jack Humbert
Take first baby steps towards testing the whole QMK
2017-06-18tv44: Add core layout based on the Core 47Gravatar Kaleb Elwert
2017-06-19Fix serial_link vpath problemGravatar Fred Sundvik
2017-06-19Add todo to timer.cGravatar Fred Sundvik
2017-06-19Add a couple of todos to keyboard_report_util.cppGravatar Fred Sundvik
Also print the modifier state
2017-06-19More natural interface for setting keyboard ledsGravatar Fred Sundvik
2017-06-18Add a test fixtureGravatar Fred Sundvik
It only initializes QMK once, and clears the matrix after each test.
2017-06-18Test two keys pressed at onceGravatar Fred Sundvik
2017-06-18Fix problems with undefined inlines in debug modeGravatar Fred Sundvik
2017-06-18Actually test for correct key pressesGravatar Fred Sundvik
2017-06-18Move functions for adding keys from to reports to report.hGravatar Fred Sundvik
2017-06-18Move functionality from action_util to reportGravatar Fred Sundvik
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.
2017-06-18Fix the order of init and driver creationGravatar Fred Sundvik