summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-19Delete .keymap_nathan.c.swpNathan Ross Powell1-0/+0
2015-03-19Merge remote-tracking branch 'upstream/master'Nathan Ross Powell141-2084/+7573
2015-03-18Update README.mdJack Humbert1-0/+5
2015-03-16Merge pull request #6 from tmk/masterJack Humbert64-1805/+2626
pulling from tmk
2015-03-16Rename handwire-matrix.c to matrix-handwire.cJack Humbert1-0/+0
2015-03-16Create handwire-matrix.cJack Humbert1-0/+193
2015-03-16Merge pull request #5 from Wilba6582/masterJack Humbert7-35/+175
Pulling in PCB changes
2015-03-16Replaced tabs with spaces to match TMK convention.Wilba65824-43/+43
2015-03-16Added backlight.h, backlight.cWilba65822-0/+48
2015-03-16Initial commit for Planck PCB Rev 1.Wilba65825-35/+127
- Backlight on PB7 controlled by Timer1 Fast PWM (no interrupts). - Backlight commands connected temporarily to top left keys. - Backlight init called from matrix.c, since there's no generic keyboard_init() override function.
2015-03-05brettJack Humbert1-6/+6
2015-03-05infinity: For production model and add SpaceFnJun Wako4-5/+37
2015-03-03simonJack Humbert3-3/+47
2015-02-26brettJack Humbert3-4/+45
2015-02-24led oopsJack Humbert4-27/+10
2015-02-21vladJack Humbert3-2/+30
2015-02-20joeJack Humbert1-6/+6
2015-02-20joeJack Humbert1-1/+1
2015-02-20joeJack Humbert1-2/+2
2015-02-20joeJack Humbert3-9/+117
2015-02-15seanJack Humbert1-9/+9
2015-02-05Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert13-684/+314
2015-01-27Merge pull request #4 from pepers/masterJack Humbert9-556/+41
defined semi-standard and short space layouts
2015-01-27defined semi-standard and short space layoutspepers9-556/+41
2015-01-26Fix call parameter of suspend_power_down()Jun Wako2-2/+2
2015-01-25Merge pull request #176 from xauser/forhasutmk3-5/+5
NerD bugfix
2015-01-23Merge pull request #3 from pepers/masterJack Humbert2-15/+47
defined KEYMAP_GRID for grid layouts
2015-01-23defined KEYMAP_GRID for grid layoutspepers2-15/+47
2015-01-23Create keymap_matthew.cJack Humbert1-0/+50
2015-01-23Create keymap_nathan.cJack Humbert1-0/+180
2015-01-23subproject commit?Jack Humbert1-0/+0
2015-01-23Update README.mdJack Humbert1-0/+2
2015-01-21Kitten Paw, fix main README link to project.Ralf Schmitt1-1/+1
2015-01-21NerD, turn BRK into PAUS to get bootloader jump back.Ralf Schmitt2-4/+4
2015-01-19Add external projects using tmk_keyboardtmk1-1/+10
2015-01-19Merge pull request #148 from cub-uanic/patch-1tmk1-1/+1
Fix keycode.txt
2015-01-19Merge pull request #151 from bswinnerton/typo-fixtmk1-6/+6
Fixing typo in console mode
2015-01-19Merge branch 'vovcacik-ghost_squid'tmk8-0/+605
2015-01-19Merge branch 'ghost_squid' of https://github.com/vovcacik/tmk_keyboard into ↵tmk8-0/+605
vovcacik-ghost_squid Conflicts: README.md
2015-01-19Merge pull request #164 from cub-uanic/patch-2tmk1-0/+1
Update other_projects.md - added TMK/Ergodox
2015-01-19Fix typo 'keyobard' #166tmk3-3/+3
2015-01-19Merge branch 'xauser-forhasu'tmk11-0/+753
2015-01-19Revert "Changed hotkey for bootloader jump"tmk1-1/+1
This reverts commit f31cbc7219c9a1903331771c10056302817e68ca.
2015-01-19Merge branch 'forhasu' of https://github.com/xauser/tmk_keyboard into ↵tmk12-1/+754
xauser-forhasu
2015-01-19hhkb: Update RN-42 docstmk2-8/+66
2015-01-18Added missing keyboards to main READMERalf Schmitt1-0/+2
2015-01-18Added NerD 80% (TKL) supportRalf Schmitt10-111/+149
2015-01-18Added NerD 60% supportRalf Schmitt11-0/+713
2015-01-18Changed hotkey for bootloader jumpRalf Schmitt1-1/+1
2015-01-16KC_INSERT should be KC_INSNathan Ross Powell2-1/+1
The short name was incorrectly set as `KC_INT` when we want `KC_INS`.