summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2017-04-17Merge branch 'tv44_revamp'Xyverz
2017-04-17Updated my TV44 keymap to be more planck-like.Xyverz
Used the current default planck keymap as a guide.
2017-04-17Fixed dvorak layout for Atreus50David Baldwynn
2017-04-16macros to make keymap reading easier.Xyverz
2017-04-16Added keymap to TV44 RevampXyverz
2017-04-16Added simple macros to test.htang156
2017-04-16Added media layer for ht_156htang156
2017-04-16Added ht_156 keymap fileshtang156
2017-04-16Merge branch 'master' into layouts/adam-leeAdam YH Lee
2017-04-16Merge branch 'master' into devAdam YH Lee
2017-04-16Add a personal layout for adamAdam YH Lee
Collectively we should keep on working on the "default" layout. I am adding my own layout to freely explore adjustments and new features.
2017-04-16Replace RALT with RSFTAdam YH Lee
2017-04-16Added END and other keymap file formatting.htang156
2017-04-16Added DEL and F1 to F12 keyshtang156
2017-04-16Added keymap commets to default layout.htang156
2017-04-15- Added S-60-X RGB directory (based on qmk.sized.io work)dbroqua
2017-04-14Add TAB, N, LSFT on Layer 2Adam YH Lee
2017-04-13Add KC_T on Layer 2Adam YH Lee
2017-04-13Add LCTL + L on Layer 2Adam YH Lee
2017-04-14Fix KEYMAP_YORUIAN macroThomas Fitzsimmons
Fix the ordering of the arguments to the KEYMAP macro.
2017-04-13Add missing serial_link.h includeFred Sundvik
Which fixes a warning when building Ergodox Infinity as a righthand master.
2017-04-13Update keymap - hopefully more usableAdam YH Lee
2017-04-13Fix warnings in CMD-PreonicFred Sundvik
The startup_sound is defined using MUSICAL_NOTEs, since non-constant initializer expressions are not allowed in C.
2017-04-13Fix warnings in planck/lucas keymapFred Sundvik
Register the unshifted version DE_LESS, rather than the shifted DE_MORE
2017-04-13Fix warnings in kitten_paw/ickerwx keymapFred Sundvik
2017-04-13Rename MS-sculpt-mobile to MS_scuplpt_mobileFred Sundvik
Subprojects with "-" have problems, since the build system creates a define containing the subproject name, and "-" is illegal in macro names.
2017-04-13Add SKIP_VERSION option to speed up compilationFred Sundvik
2017-04-13Fix frosty_flake warning when print is disabledFred Sundvik
2017-04-13Fix keymap yoruian on InfinityFred Sundvik
2017-04-13Fix overflow warning in ordinary keymapFred Sundvik
2017-04-13Fix overflow warnings in dvorak_programmerFred Sundvik
2017-04-12Replace double quote with commaAdam YH Lee
2017-04-12Enable RGB AnimationAdam YH Lee
2017-04-12Merge branch 'master' into miuni32-OAAdam YH Lee
2017-04-12Merge pull request #1220 from joedevivo/masterJack Humbert
mimic atreus firmware defaults
2017-04-12Merge pull request #1212 from Xyverz/masterJack Humbert
atreus keymap overhaul
2017-04-12Merge pull request #1213 from nstickney/masterJack Humbert
ErgoDox Familiar layout
2017-04-12Merge pull request #1216 from Khord/masterJack Humbert
Added breathing macros/mappings and removed mappings to unused layouts
2017-04-12Merge pull request #1222 from kamisamamizu/patch-1Jack Humbert
Fixed position of BSLS and BSPC on the xd60
2017-04-12Fixed position of BSLS and BSPCkamisamamizu
They were in the incorrect positions before.
2017-04-12Update default layoutAdam YH Lee
This is a 2U Spacebar layout. Spacebar is between V and B. Issue: - RGB MOD does not seem to do anything
2017-04-10mimic atreus firmware defaultsJoe DeVivo
2017-04-09Extract Ergodox default visualizer into simple_visualizerFred Sundvik
It's good enough if you only want to change the lcd text and color.
2017-04-09Rename led test to led_keyframes and move animation to ErgodoxFred Sundvik
2017-04-09Create a file for shared Ergodox Infinity animationsFred Sundvik
2017-04-09Combine startup and resume animationsFred Sundvik
2017-04-09Fix suspend not disabling backlightFred Sundvik
2017-04-09Move the logo drawing keyframe to lcd_keyframesFred Sundvik
2017-04-09Move LCD logo to visualizer resourcesFred Sundvik
2017-04-09Add automatic flush for the LCD screenFred Sundvik