summaryrefslogtreecommitdiffstats
path: root/keyboard
AgeCommit message (Collapse)AuthorFilesLines
2013-07-08Add power control of keyswitch board and tweak scan waittmk3-6/+77
2013-07-03Tweak tap timing for slow tap on space bartmk1-1/+1
2013-07-03Add Makefile for tmk board and tweak scan waittmk2-2/+163
2013-06-25Fix debouncing bug in hid_liber(Issue #26)tmk1-21/+18
2013-06-22Initial implementation for the KMACWraul10-0/+931
2013-06-19Add power consumptions to doctmk1-0/+35
2013-06-19Change tapping parameter for hhkb/iwraptmk1-0/+5
2013-05-27Add Phantom README.Mathias Andersson1-0/+247
2013-05-27Move Phantom keymaps to separate header files.Mathias Andersson8-63/+171
2013-05-27Fix Phantom sleep LED.Mathias Andersson3-10/+33
2013-05-27Correct order of rows for PhantomMathias Andersson2-12/+12
2013-05-27Update Phantom debug printMathias Andersson2-5/+2
This updates the Phantom project to use the new debug print functions.
2013-05-21Fix keymap of hid_liber from yeeearghtmk1-13/+8
2013-05-21Fix deprecated 'prog_*' typedef - Issue #34tmk1-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
2013-05-14Fix makefile, debug print and keymap of HHKBtmk3-39/+15
2013-05-02Code style fixes for Phantom matrix.Mathias Andersson1-15/+15
2013-05-02Add full 7bit support to Phantom keymap.Mathias Andersson1-56/+98
2013-05-01Change Phantom matrix scan to be similar to GH60.Mathias Andersson1-94/+125
2013-05-01Improve matrix print for Phantom.Mathias Andersson1-2/+2
2013-04-28Fix debouncing on Phantom.Mathias Andersson1-15/+11
2013-04-21Adjust Phantom layouts formating.Mathias Andersson1-53/+53
Make the layout formating better match that of GH60.
2013-04-21Updated Phantom for new keymap framework.Mathias Andersson4-52/+44
2013-04-18Add support of iWRAP5tmk1-8/+14
- mouse virtical wheel - consumer page
2013-04-13Remove common/controller_teensy.htmk8-55/+0
2013-04-04Fix keymap for new actionstmk1-9/+9
2013-04-04Fix keymap of hhkb for new actionstmk1-11/+8
2013-04-04Fix keymap of gh60tmk5-50/+44
2013-04-02Rename file layer_switch to action_layertmk2-26/+4
2013-03-31Remove ACT_KEYMAP and ACT_OVERLAYtmk3-34/+16
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
2013-03-29Fix BOOTLOADER_SIZE settingtmk14-75/+11
2013-03-27Fix debouncing on gh60, hbkb, macwaytmk7-92/+46
2013-03-27Fix Makefile of gh60tmk2-1/+11
2013-03-24Fix hid_liber for new keymap framework by yeeearghtmk5-54/+164
2013-03-21Changed Makefile and config.h for new optionstmk6-17/+34
2013-03-20Fix Makefile and config.h of gh60 for new optionstmk3-8/+18
2013-03-19Add NO_ACTION_KEYMAP config optiontmk1-0/+1
2013-03-19Add NO_ACTION_FUNCTION config optiontmk1-0/+1
2013-03-19Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk1-0/+2
2013-03-19Add NO_ACTION_OVERLAY config optiontmk1-1/+2
2013-03-19Add COMMAND_ENABLE build optiontmk1-0/+1
2013-03-19Add NO_PRINT and NO_DEBUG config options.tmk1-0/+5
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
2013-03-17Enable Boot magick on hhkbtmk1-2/+2
2013-03-16Add breathing sleep LED during USB suspendtmk1-0/+1
2013-03-12Fix debouncing and add legacy keymap supporttmk9-164/+126
2013-03-12Fix Locking CapsLock support in ADB convertertmk1-1/+1
2013-03-12Add mechanical locking switch support for CapsLocktmk1-17/+7
2013-03-11Add build option BOOTMAGIC_ENABLEtmk2-7/+6
2013-03-11Fix legacy keymap supporttmk3-21/+9
- need to define USE_LEGACY_KEYMAP to use legacy keymap
2013-03-10Add --relax for size optimization to gh60tmk1-0/+3
2013-03-10Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk6-27/+29
- define BOOTLOADER_SIZE in config.h instead of Makefile