summaryrefslogtreecommitdiffstats
path: root/keyboard/planck
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update README.mdReed Swiernik2015-04-251-0/+2
| | | | | | | | Changed formatting mistake
* | Updated readme with new build infoReed Swiernik2015-04-251-5/+26
| |
* | Changed del key and added docsReed Swiernik2015-04-251-3/+9
| |
* | Updated makefile to properly handle non extended keymapsReed Swiernik2015-04-252-11/+20
| |
* | Added keymap w/ game modeReed Swiernik2015-04-251-0/+60
| |
* | updated makefileReed Swiernik2015-04-251-9/+15
| |
* | Latest custom map with lower + raiseSean Hunter2015-04-021-19/+26
| |
* | macrosJack Humbert2015-03-231-0/+1
| |
* | macrosJack Humbert2015-03-233-6/+57
| |
* | updated readmeJack Humbert2015-03-211-11/+21
| |
* | colemak shortcutsJack Humbert2015-03-213-16/+57
| |
* | function stuff tooJack Humbert2015-03-203-4/+18
| |
* | working extended keymapJack Humbert2015-03-207-4/+541
| |
* | Update keymap_nathan.cNathan Ross Powell2015-03-182-38/+33
| | | | | | | | | | Remove macro for KEYMAP_GRID that is in keymap_common.h. Add comments with ASCII art for the two layouts in keymap_common.h.
* | Delete .keymap_nathan.c.swpNathan Ross Powell2015-03-181-0/+0
| |
* | Merge remote-tracking branch 'upstream/master'Nathan Ross Powell2015-03-1822-0/+1731
|\ \
| * | Update README.mdJack Humbert2015-03-181-0/+5
| | |
| * | Rename handwire-matrix.c to matrix-handwire.cJack Humbert2015-03-161-0/+0
| | |
| * | Create handwire-matrix.cJack Humbert2015-03-161-0/+193
| | |
| * | Replaced tabs with spaces to match TMK convention.Wilba65822015-03-174-43/+43
| | |
| * | Added backlight.h, backlight.cWilba65822015-03-172-0/+48
| | |
| * | Initial commit for Planck PCB Rev 1.Wilba65822015-03-175-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.
| * | brettJack Humbert2015-03-051-6/+6
| | |
| * | simonJack Humbert2015-03-023-3/+47
| |/
| * brettJack Humbert2015-02-263-4/+45
| |
| * led oopsJack Humbert2015-02-232-10/+10
| |
| * joeJack Humbert2015-02-191-6/+6
| |
| * joeJack Humbert2015-02-191-1/+1
| |
| * joeJack Humbert2015-02-191-2/+2
| |
| * joeJack Humbert2015-02-193-9/+117
| |
| * seanJack Humbert2015-02-151-9/+9
| |
| * defined KEYMAP_GRID for grid layoutspepers2015-01-232-15/+47
| |
| * Create keymap_matthew.cJack Humbert2015-01-231-0/+50
| |
| * Create keymap_nathan.cJack Humbert2015-01-231-0/+180
| |
| * Update README.mdJack Humbert2015-01-231-0/+2
| |
| * Update README.mdJack Humbert2015-01-151-0/+1
| |
| * Update README.mdJack Humbert2015-01-151-125/+5
| |
| * Create keymap_shane.cJack Humbert2015-01-141-0/+100
| |
| * seanJack Humbert2015-01-133-31/+79
| |
| * namesJack Humbert2015-01-123-7/+7
| |
| * dotcomJack Humbert2015-01-053-61/+41
| |
| * dotcomJack Humbert2015-01-052-0/+85
| |
| * Update keymap_jack.cJack Humbert2015-01-051-12/+19
| |
| * added planck folderJack Humbert2014-12-149-0/+835
|
* KC_INSERT should be KC_INSNathan Ross Powell2015-01-161-0/+0
The short name was incorrectly set as `KC_INT` when we want `KC_INS`.