Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-27 | New, improved, extended layout | ||
2015-05-27 | Merge remote-tracking branch 'upstream/master' | ||
2015-05-21 | layouts, default | ||
2015-05-19 | default w/qwerty | ||
2015-05-18 | files | ||
2015-05-15 | quark | ||
2015-05-07 | backlight stuff | ||
2015-04-29 | Corrected makefile common var | ||
2015-04-29 | Moved keymap file location and fixed bugs in keymap_reed.c | ||
2015-04-25 | Update README.md | ||
2015-04-25 | Update README.md | ||
Switched around more readme stuff | |||
2015-04-25 | Update README.md | ||
This stupid readme... | |||
2015-04-25 | Update README.md | ||
Updated formatting again... | |||
2015-04-25 | Update README.md | ||
Changed formatting mistake | |||
2015-04-25 | Updated readme with new build info | ||
2015-04-25 | Changed del key and added docs | ||
2015-04-25 | Updated makefile to properly handle non extended keymaps | ||
2015-04-25 | Added keymap w/ game mode | ||
2015-04-25 | updated makefile | ||
2015-04-02 | Latest custom map with lower + raise | ||
2015-03-23 | macros | ||
2015-03-23 | macros | ||
2015-03-21 | updated readme | ||
2015-03-21 | colemak shortcuts | ||
2015-03-20 | function stuff too | ||
2015-03-20 | working extended keymap | ||
2015-03-18 | Update keymap_nathan.c | ||
Remove macro for KEYMAP_GRID that is in keymap_common.h. Add comments with ASCII art for the two layouts in keymap_common.h. | |||
2015-03-18 | Delete .keymap_nathan.c.swp | ||
2015-03-18 | Merge remote-tracking branch 'upstream/master' | ||
2015-03-18 | Update README.md | ||
2015-03-16 | Rename handwire-matrix.c to matrix-handwire.c | ||
2015-03-16 | Create handwire-matrix.c | ||
2015-03-17 | Replaced tabs with spaces to match TMK convention. | ||
2015-03-17 | Added backlight.h, backlight.c | ||
2015-03-17 | Initial commit for Planck PCB Rev 1. | ||
- 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-05 | brett | ||
2015-03-02 | simon | ||
2015-03-01 | layout changes to fix some nav issues | ||
also to simplify and make way for a few ideas | |||
2015-02-26 | brett | ||
2015-02-23 | led oops | ||
2015-02-19 | joe | ||
2015-02-19 | joe | ||
2015-02-19 | joe | ||
2015-02-19 | joe | ||
2015-02-15 | sean | ||
2015-01-23 | defined KEYMAP_GRID for grid layouts | ||
2015-01-23 | Create keymap_matthew.c | ||
2015-01-23 | Create keymap_nathan.c | ||
2015-01-23 | Update README.md | ||
2015-01-16 | KC_INSERT should be KC_INS | ||
The short name was incorrectly set as `KC_INT` when we want `KC_INS`. |