aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Add NO_ACTION_FUNCTION config optiontmk2013-03-201-0/+1
|
* Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk2013-03-201-0/+2
|
* Add NO_ACTION_OVERLAY config optiontmk2013-03-201-1/+2
|
* Add COMMAND_ENABLE build optiontmk2013-03-191-0/+1
|
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-191-0/+5
| | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
* Enable Boot magick on hhkbtmk2013-03-181-2/+2
|
* Add breathing sleep LED during USB suspendtmk2013-03-161-0/+1
|
* Fix debouncing and add legacy keymap supporttmk2013-03-129-164/+126
|
* Fix Locking CapsLock support in ADB convertertmk2013-03-121-1/+1
|
* Add mechanical locking switch support for CapsLocktmk2013-03-121-17/+7
|
* Add build option BOOTMAGIC_ENABLEtmk2013-03-112-7/+6
|
* Fix legacy keymap supporttmk2013-03-113-21/+9
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Add --relax for size optimization to gh60tmk2013-03-111-0/+3
|
* Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk2013-03-106-27/+29
| | | | - define BOOTLOADER_SIZE in config.h instead of Makefile