Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-15 | add RESET to keymap | Balz Guenat | |
2017-08-15 | convert keymap into qmk-style | Balz Guenat | |
2017-08-15 | wow, it builds! added empty matrix.c and moved custom matrix code to ↵ | Balz Guenat | |
custom_matrix.cpp still untested because of hardware availability :( | |||
2017-08-15 | add extern "C" to matrix.cpp | Balz Guenat | |
2017-08-15 | some major steps toward making the usb-usb converter work | Balz Guenat | |
2017-08-15 | remove unused variables from makefile | Balz Guenat | |
2017-08-15 | small changes following Jack's advice. | Balz Guenat | |
2017-08-15 | start working on usb-usb converter port | Balz Guenat | |
2017-08-15 | Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ↵ | Martin Sandiford | |
DISABLE_LEADER defined. | |||
2017-08-15 | Remove floating point calculation in mouse move. Saves approx 650 bytes if ↵ | Martin Sandiford | |
no other floating point used. | |||
2017-08-15 | correct tilde to grave | discursivemoth | |
2017-08-15 | Merge pull request #1571 from BalzGuenat/grave-esc-fix | Jack Humbert | |
Fix for issue #1568 | |||
2017-08-14 | Merge pull request #1576 from That-Canadian/minidox | Jack Humbert | |
Minidox | |||
2017-08-14 | Add files via upload | drashna | |
2017-08-14 | Fixed so will compile both with and without underglow | drashna | |
2017-08-14 | Add files via upload | drashna | |
2017-08-14 | Create Keymap.c | drashna | |
RGB Underglow mod for layer indication | |||
2017-08-13 | Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵ | That-Canadian | |
it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14). Updated MiniDox split_util.h and eeprom files to reflect this change. I recommend adding this to any split board that used these files, my changes will not effect them currently. | |||
2017-08-13 | Merge branch 'master' into minidox | That-Canadian | |
2017-08-13 | Merge remote-tracking branch 'upstream/master' | That-Canadian | |
2017-08-12 | fix for issue #1568 | Balz Guenat | |
2017-08-12 | Merge remote-tracking branch 'upstream/master' | Balz Guenat | |
# Conflicts: # docs/faq_keymap.md | |||
2017-08-11 | fix code block formatting | Balz Guenat | |
2017-08-11 | add description of new option to docs and add option (commented out) into ↵ | Balz Guenat | |
template. | |||
2017-08-11 | add short comment to grave_esc_ctrl_override | Balz Guenat | |
2017-08-11 | add option to let ctrl override shift/gui for the GRAVE_ESC. | Balz Guenat | |
This enables the ctrl+shift+esc shortcut to task manager on windows. | |||
2017-08-11 | add description of new option to docs and add option (commented out) into ↵ | Balz Guenat | |
template. | |||
2017-08-11 | add short comment to grave_esc_ctrl_override | Balz Guenat | |
2017-08-11 | add option to let ctrl override shift/gui for the GRAVE_ESC. | Balz Guenat | |
This enables the ctrl+shift+esc shortcut to task manager on windows. | |||
2017-08-10 | move qmk version to very top, exclude when git isn't available | Jack Humbert | |
2017-08-10 | fix default layer songs | Jack Humbert | |
2017-08-10 | Add config.h to piemod keymap. | dwrz | |
2017-08-10 | Remove makefile from Let's Split piemod. | dwrz | |
2017-08-10 | Add piemod keymaps for Let's Split and Planck. | dwrz | |
2017-08-09 | Merge remote-tracking branch 'upstream/master' | That-Canadian | |
2017-08-09 | Update readme | Ryan Sullivan | |
Fixed link and small cleanup | |||
2017-08-09 | Add 'boardy' keymap | Ryan Sullivan | |
Initial version of my personal layout for my keyboard Boardy | |||
2017-08-09 | Rename 'base' to 'default' | Ryan Sullivan | |
Moves Eagleheardt's base layout to the default one for the Org60. Also changed to use the right header file. | |||
2017-08-09 | Add Org60 keyboard | Ryan Sullivan | |
This makes some small changes to the XD60 configuration. Also moves Eagleheardt's base keymap. | |||
2017-08-09 | Add TKL keymap for GON NerdTKL | Jasonm23 | |
2017-08-08 | Readmes! | Ethan Madden | |
2017-08-08 | Added my personal layout | Ethan Madden | |
added RGB controls to my keymap | |||
2017-08-08 | Base JC65 config | Ethan Madden | |
jc65 builds properly, haven't test flashed yet Enabled RGB backlighting disabled some other features to save some space | |||
2017-08-08 | commit line ending differences | skullY | |
2017-08-08 | move version info to the top of the output | Jack Humbert | |
2017-08-08 | add version to make output | Jack Humbert | |
2017-08-08 | Change installation of avr-libc to avr-gcc, now that avr-libc is integrated ↵ | Danny Nguyen | |
into the avr-gcc build | |||
2017-08-08 | Fixed gaming layer | Fredric Silberberg | |
2017-08-08 | Rename SHIFT macro to BV_64 | Fredric Silberberg | |
2017-08-08 | Small gaming layer update | Fredric Silberberg | |