summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added an additional clueboard layout. (#1252)Solomon2017-04-226-0/+130
| | | | | | | | | | | | * Current building keymap * Working media keys * Added mute key. Fixed volume. Fixed media * Updating readme * Swapped readme order
* Tweak the shift_fn keymap so it worksskullY2017-04-212-19/+22
|
* Merge pull request #1246 from reversebias/masterJack Humbert2017-04-198-0/+687
|\ | | | | Initial support for the Mitosis Keyboard
| * Update readme.mdreversebias2017-04-191-158/+6
| |
| * First Commitcam2017-04-198-0/+839
| |
| * Delete tempreversebias2017-04-191-1/+0
| |
| * Create tempreversebias2017-04-191-0/+1
| |
* | Merge pull request #1245 from fredizzimo/fix_lcd_pin_configurationJack Humbert2017-04-191-1/+1
|\ \ | | | | | | Fix LCD SS pin configuration
| * | Fix LCD SS pin configurationFred Sundvik2017-04-191-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.
* | Merge pull request #1244 from ryanmaclean/patch-3Jack Humbert2017-04-192-1/+118
|\ \ | | | | | | Adding Maximized Keymap
| * | Adding Sample Max LayoutRyan MacLean2017-04-181-0/+102
| | |
| * | Adding Maximized KeymapRyan MacLean2017-04-181-1/+16
| |/ | | | | For use with grid layout pads.
* | Merge pull request #1243 from Xyverz/masterJack Humbert2017-04-191-25/+20
|\ \ | |/ |/| Removed LT macros
| * LT doesn't work with tri_layer. Removed it from this keymap.Xyverz2017-04-181-25/+20
| |
| * swapped RAISE with LOWER in layer-tapping macros.Xyverz2017-04-181-6/+6
| |
* | Merge pull request #1239 from priyadi/promethiumJack Humbert2017-04-188-54/+501
|\ \ | | | | | | Keymap updates
| * | Fix Planck compatibilityPriyadi Iman Nurcahyo2017-04-191-0/+2
| | |
| * | Keymap updates and some adjustment for latest version of QMKPriyadi Iman Nurcahyo2017-04-194-24/+125
| | |
| * | Promethium rev2Priyadi Iman Nurcahyo2017-04-197-30/+374
| | | | | | | | | | | | | | | | | | | | | * 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix
* | | Merge pull request #1238 from priyadi/fauxclicky_fixJack Humbert2017-04-182-16/+9
|\ \ \ | | | | | | | | Faux clicky bug fixes
| * | | Faux clicky bug fixesPriyadi Iman Nurcahyo2017-04-192-16/+9
| |/ /
* | | Merge pull request #1236 from Xyverz/masterJack Humbert2017-04-181-55/+89
|\ \ \ | | |/ | |/| Revamp TV44 keymap.
| * | Fixed a weird diff mishap.Xyverz2017-04-171-10/+0
| | |
| * | Merge branch 'tv44_revamp'Xyverz2017-04-171-48/+89
| |\ \
| | * | Updated my TV44 keymap to be more planck-like.Xyverz2017-04-171-50/+51
| | | | | | | | | | | | | | | | Used the current default planck keymap as a guide.
| | * | Added keymap to TV44 RevampXyverz2017-04-161-40/+73
| | | |
| * | | macros to make keymap reading easier.Xyverz2017-04-161-3/+6
| |/ /
* | | Merge pull request #1235 from siroken3/siroken3Jack Humbert2017-04-185-0/+202
|\ \ \ | |_|/ |/| | Siroken3
| * | fix backspace key position.Kenichi Sasaki2017-03-051-2/+2
| | |
| * | fix againKenichi Sasaki2017-03-041-98/+55
| | |
| * | change bracket key posisionKenichi Sasaki2017-02-191-14/+14
| | |
| * | fixKenichi Sasaki2017-02-181-2/+2
| | |
| * | remove reset keyKenichi Sasaki2017-02-181-4/+3
| | |
| * | Added JIS keymap symbolsKenichi Sasaki2017-02-181-17/+25
| | |
| * | copied and Meta(ESC)Kenichi Sasaki2017-02-185-0/+238
| | |
* | | Merge pull request #1234 from whitef0x0/patch-1Jack Humbert2017-04-171-1/+1
|\ \ \ | | | | | | | | Fixed dvorak layout for Atreus50
| * | | Fixed dvorak layout for Atreus50David Baldwynn2017-04-171-1/+1
|/ / /
* | | Merge pull request #1228 from fitzsim/fix-keymap-yoruian-macroJack Humbert2017-04-171-19/+26
|\ \ \ | |_|/ |/| | Fix KEYMAP_YORUIAN macro
| * | Fix KEYMAP_YORUIAN macroThomas Fitzsimmons2017-04-141-19/+26
|/ / | | | | | | Fix the ordering of the arguments to the KEYMAP macro.
* | Merge pull request #1226 from fredizzimo/fix_ergodox_righthand_warningJack Humbert2017-04-131-0/+1
|\ \ | | | | | | Add missing serial_link.h include
| * | Add missing serial_link.h includeFred Sundvik2017-04-131-0/+1
|/ / | | | | | | | | Which fixes a warning when building Ergodox Infinity as a righthand master.
* | Merge pull request #1225 from fredizzimo/fix_lcd_led_status_buffer_overrunJack Humbert2017-04-131-2/+2
|\ \ | | | | | | Fix buffer overrun in lcd_keyframes
| * | Fix buffer overrun in lcd_keyframesFred Sundvik2017-04-131-2/+2
|/ / | | | | | | | | This would often cause the keyboard to crash when restarting the computer.
* | Merge pull request #1224 from fredizzimo/fix_warningsJack Humbert2017-04-1340-70/+112
|\ \ | | | | | | Fix all warnings and turn on warnings as errors
| * | Add make option for allowing warningsFred Sundvik2017-04-131-2/+6
| | |
| * | Fix process_unicode_common.c being included twiceFred Sundvik2017-04-131-3/+7
| | |
| * | Fix warnings when ACTION_ONESHOT is disabledFred Sundvik2017-04-131-1/+1
| | |
| * | Include host.h from suspend.cFred Sundvik2017-04-131-0/+1
| | |
| * | Fix warnings in CMD-PreonicFred Sundvik2017-04-131-5/+5
| | | | | | | | | | | | | | | The startup_sound is defined using MUSICAL_NOTEs, since non-constant initializer expressions are not allowed in C.
| * | Fix warnings in process_printerFred Sundvik2017-04-133-13/+15
| | |