summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2017-04-23Initial Ortho Commit (LEFT SIDE)Ryan MacLean1-0/+65
Using only one layer, and activating it with two keys at the moment. As with previous comments, this isn't final, but is a good starting point for a one-handed keyboard, half a Planck-like ortholinear keyboard, or a sample to show a layout with a function layer.
2017-04-22Added an additional clueboard layout. (#1252)Solomon6-0/+130
* Current building keymap * Working media keys * Added mute key. Fixed volume. Fixed media * Updating readme * Swapped readme order
2017-04-22Tweak the shift_fn keymap so it worksskullY2-19/+22
2017-04-19Merge pull request #1246 from reversebias/masterJack Humbert8-0/+687
Initial support for the Mitosis Keyboard
2017-04-19Update readme.mdreversebias1-158/+6
2017-04-19Merge pull request #1245 from fredizzimo/fix_lcd_pin_configurationJack Humbert1-1/+1
Fix LCD SS pin configuration
2017-04-19Merge pull request #1244 from ryanmaclean/patch-3Jack Humbert2-1/+118
Adding Maximized Keymap
2017-04-19Merge pull request #1243 from Xyverz/masterJack Humbert1-25/+20
Removed LT macros
2017-04-19First Commitcam8-0/+839
2017-04-19Delete tempreversebias1-1/+0
2017-04-19Create tempreversebias1-0/+1
2017-04-19Fix LCD SS pin configurationFred Sundvik1-1/+1
There was a typo, so the attempted configuration proably didn't do what it should have done. I think it left the pin floating, and could cause the LCD problems issue-1230.
2017-04-19Adding Sample Max LayoutRyan MacLean1-0/+102
2017-04-19Adding Maximized KeymapRyan MacLean1-1/+16
For use with grid layout pads.
2017-04-19LT doesn't work with tri_layer. Removed it from this keymap.Xyverz1-25/+20
2017-04-19swapped RAISE with LOWER in layer-tapping macros.Xyverz1-6/+6
2017-04-18Merge pull request #1239 from priyadi/promethiumJack Humbert8-54/+501
Keymap updates
2017-04-18Merge pull request #1236 from Xyverz/masterJack Humbert1-55/+89
Revamp TV44 keymap.
2017-04-18Merge pull request #1235 from siroken3/siroken3Jack Humbert5-0/+202
Siroken3
2017-04-18Fix Planck compatibilityPriyadi Iman Nurcahyo1-0/+2
2017-04-18Keymap updates and some adjustment for latest version of QMKPriyadi Iman Nurcahyo4-24/+125
2017-04-18Promethium rev2Priyadi Iman Nurcahyo7-30/+374
* 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix
2017-04-18Fixed a weird diff mishap.Xyverz1-10/+0
2017-04-18Merge branch 'tv44_revamp'Xyverz1-48/+89
2017-04-18Updated my TV44 keymap to be more planck-like.Xyverz1-50/+51
Used the current default planck keymap as a guide.
2017-04-17Fixed dvorak layout for Atreus50David Baldwynn1-1/+1
2017-04-17macros to make keymap reading easier.Xyverz1-3/+6
2017-04-17Added keymap to TV44 RevampXyverz1-40/+73
2017-04-14Fix KEYMAP_YORUIAN macroThomas Fitzsimmons1-19/+26
Fix the ordering of the arguments to the KEYMAP macro.
2017-04-13Add missing serial_link.h includeFred Sundvik1-0/+1
Which fixes a warning when building Ergodox Infinity as a righthand master.
2017-04-13Fix warnings in CMD-PreonicFred Sundvik1-5/+5
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 Sundvik1-3/+3
Register the unshifted version DE_LESS, rather than the shifted DE_MORE
2017-04-13Fix warnings in kitten_paw/ickerwx keymapFred Sundvik2-2/+2
2017-04-13Rename MS-sculpt-mobile to MS_scuplpt_mobileFred Sundvik7-10/+11
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 Sundvik17-0/+0
2017-04-13Fix frosty_flake warning when print is disabledFred Sundvik1-1/+3
2017-04-13Fix keymap yoruian on InfinityFred Sundvik2-23/+12
2017-04-13Fix overflow warning in ordinary keymapFred Sundvik1-1/+1
2017-04-13Fix overflow warnings in dvorak_programmerFred Sundvik1-3/+3
2017-04-12Merge pull request #1220 from joedevivo/masterJack Humbert1-2/+2
mimic atreus firmware defaults
2017-04-12Merge pull request #1212 from Xyverz/masterJack Humbert2-44/+286
atreus keymap overhaul
2017-04-12Merge pull request #1213 from nstickney/masterJack Humbert4-1/+337
ErgoDox Familiar layout
2017-04-12Merge pull request #1216 from Khord/masterJack Humbert2-4/+39
Added breathing macros/mappings and removed mappings to unused layouts
2017-04-12Merge pull request #1222 from kamisamamizu/patch-1Jack Humbert1-2/+2
Fixed position of BSLS and BSPC on the xd60
2017-04-12Fixed position of BSLS and BSPCkamisamamizu1-2/+2
They were in the incorrect positions before.
2017-04-11mimic atreus firmware defaultsJoe DeVivo1-2/+2
2017-04-09Extract Ergodox default visualizer into simple_visualizerFred Sundvik2-96/+131
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 Sundvik2-1/+59
2017-04-09Create a file for shared Ergodox Infinity animationsFred Sundvik5-77/+90
2017-04-09Combine startup and resume animationsFred Sundvik2-17/+6