aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard
Commit message (Collapse)AuthorAgeFilesLines
* Fix version info commandtmk2013-09-191-2/+2
|
* Add build option KEYMAP_SECTION for keymap editortmk2013-09-112-278/+7
|
* Add ld script for keymap sectiontmk2013-09-113-8/+284
|
* Change README Makefile and config.h in hhkbtmk2013-07-293-66/+29
|
* Add NKRO support for LUFAtmk2013-07-284-136/+7
|
* Add bootmagic salt key to avoid accidental configurationtmk2013-07-241-0/+3
|
* Add mechanical locking switch support for NumLock and ScrollLocktmk2013-07-231-4/+4
|
* Add support for macro media/system keystmk2013-07-231-5/+11
|
* Merge branch 'hhkb_tmk'tmk2013-07-117-92/+355
|\
| * Fix README and doctmk2013-07-112-87/+111
| |
| * Add Caps Lock LED on PD6tmk2013-07-111-1/+8
| |
| * Add power control of keyswitch board and tweak scan waittmk2013-07-083-6/+77
| |
| * Tweak tap timing for slow tap on space bartmk2013-07-031-1/+1
| |
| * Add Makefile for tmk board and tweak scan waittmk2013-07-032-2/+163
| |
* | Correction to Phantom readme markdown.Wraul2013-07-071-0/+1
| |
* | Fix Phantom scroll lock LED.Wraul2013-07-071-1/+1
| |
* | Added standard layouts for ANSI and ISO. Moved the initial layout from ↵yeeeargh2013-07-038-98/+186
|/ | | | | | alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. Added a README.md with links to the deskthority wikipages for this project and some build instructions.
* Fix debouncing bug in hid_liber(Issue #26)tmk2013-06-251-21/+18
|
* Initial implementation for the KMACWraul2013-06-2210-0/+931
|
* Add power consumptions to doctmk2013-06-191-0/+35
|
* Change tapping parameter for hhkb/iwraptmk2013-06-191-0/+5
|
* Add Phantom README.Mathias Andersson2013-05-271-0/+247
|
* Move Phantom keymaps to separate header files.Mathias Andersson2013-05-278-63/+171
|
* Fix Phantom sleep LED.Mathias Andersson2013-05-273-10/+33
|
* Correct order of rows for PhantomMathias Andersson2013-05-272-12/+12
|
* Update Phantom debug printMathias Andersson2013-05-272-5/+2
| | | | This updates the Phantom project to use the new debug print functions.
* Fix keymap of hid_liber from yeeearghtmk2013-05-211-13/+8
|
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-211-1/+1
| | | | | | | | | - Remove prog_char from xpritnf - Remove prog_macro_t from acton_macro avr-libc-1.8 removed 'prog_*' typedef because the usage of the __progmem__ attribute on a type is not supported in GCC. http://www.nongnu.org/avr-libc/changes-1.8.html
* Fix makefile, debug print and keymap of HHKBtmk2013-05-153-39/+15
|
* Code style fixes for Phantom matrix.Mathias Andersson2013-05-021-15/+15
|
* Add full 7bit support to Phantom keymap.Mathias Andersson2013-05-021-56/+98
|
* Change Phantom matrix scan to be similar to GH60.Mathias Andersson2013-05-011-94/+125
|
* Improve matrix print for Phantom.Mathias Andersson2013-05-011-2/+2
|
* Fix debouncing on Phantom.Mathias Andersson2013-04-281-15/+11
|
* Adjust Phantom layouts formating.Mathias Andersson2013-04-211-53/+53
| | | | Make the layout formating better match that of GH60.
* Updated Phantom for new keymap framework.Mathias Andersson2013-04-214-52/+44
|
* Add support of iWRAP5tmk2013-04-181-8/+14
| | | | | - mouse virtical wheel - consumer page
* Remove common/controller_teensy.htmk2013-04-138-55/+0
|
* Fix keymap for new actionstmk2013-04-051-9/+9
|
* Fix keymap of hhkb for new actionstmk2013-04-051-11/+8
|
* Fix keymap of gh60tmk2013-04-055-50/+44
|
* Rename file layer_switch to action_layertmk2013-04-022-26/+4
|
* Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-313-34/+16
| | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
* Fix BOOTLOADER_SIZE settingtmk2013-03-2914-75/+11
|
* Fix debouncing on gh60, hbkb, macwaytmk2013-03-277-92/+46
|
* Fix Makefile of gh60tmk2013-03-272-1/+11
|
* Fix hid_liber for new keymap framework by yeeearghtmk2013-03-255-54/+164
|
* Changed Makefile and config.h for new optionstmk2013-03-216-17/+34
|
* Fix Makefile and config.h of gh60 for new optionstmk2013-03-213-8/+18
|
* Add NO_ACTION_KEYMAP config optiontmk2013-03-201-0/+1
|