aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Fix watchdog in bootloader jumptmk2013-03-102-5/+15
| | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset
* Fix gh60/matrix.c and Makefiletmk2013-03-093-8/+16
|
* Add bootmagic.c and fix bootloader_jumptmk2013-03-091-2/+4
|
* Add eeconfig.c - eeprom stored paramerterstmk2013-03-071-0/+3
|
* Remove matrix_key_count() from matrix.htmk2013-03-051-14/+0
|
* Fix ghost block and remove matrix_has_ghost()tmk2013-03-052-13/+3
|
* Fix keymap for new frameworktmk2013-03-0510-3/+3
|
* Clean action.h and add keymap doctmk2013-03-053-23/+23
|
* Fix SET_DEFAULT_LAYER action and keymap of gh60tmk2013-02-271-15/+40
|
* Add tap flags on record_ttmk2013-02-261-79/+64
|
* Fix keymap MACRO of pc98 adn hhkbtmk2013-02-251-17/+20
|