Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo 'keyobard' #166 | tmk | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | hhkb: Update RN-42 docs | tmk | 2015-01-19 | 2 | -8/+66 |
| | |||||
* | hhkb: Integrate RN-42 support, remove hhkb_rn42 | tmk | 2015-01-16 | 24 | -28/+2093 |
| | |||||
* | hhkb: Fix layer stuck of keymap_hasu | tmk | 2015-01-16 | 1 | -16/+18 |
| | | | | | - In mouse key layer with holding semicolon, press Fn0, release semicolon and release Fn0 now layer 1 is stuck. | ||||
* | hhkb: Add Makefile.jp for HHKB JP | Jun Wako | 2015-01-11 | 3 | -6/+13 |
| | |||||
* | hhkb: Change keymap and bootmagic salt key | tmk | 2014-11-25 | 3 | -5/+5 |
| | |||||
* | Fix for new API(key_t to keypos_t) | tmk | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Fix 'debug-off' target of hhkb to remove 'print' | tmk | 2014-07-20 | 1 | -0/+1 |
| | |||||
* | Fix READEM of hhkb and doc/build.md | tmk | 2014-07-10 | 2 | -30/+16 |
| | |||||
* | Fix document on HHKB internal | tmk | 2014-07-09 | 1 | -59/+20 |
| | |||||
* | Add HHKB JP support | tmk | 2014-07-09 | 7 | -164/+375 |
| | | | | - scan matrix about twice faster | ||||
* | Add Ctrl + Up(SpaceFN) -> PgUp | tmk | 2014-06-12 | 1 | -2/+43 |
| | |||||
* | Make keymap_hhkb as default and change keymap_hasu | tmk | 2014-06-12 | 3 | -47/+99 |
| | |||||
* | Fix 'Shift Parentheses' example | tmk | 2014-04-25 | 1 | -63/+26 |
| | |||||
* | Change LUFA build options | tmk | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Spellchecking keyboard README files. | Thomas Russell Murphy | 2014-01-07 | 1 | -4/+4 |
| | |||||
* | Fix README.md of hhkb | tmk | 2013-11-30 | 2 | -41/+49 |
| | |||||
* | Add SpaceFN layout for HHKB | tmk | 2013-11-30 | 1 | -0/+75 |
| | |||||
* | Add new keymap framework | tmk | 2013-11-29 | 7 | -84/+332 |
| | |||||
* | Delete MOUSEKEY_DELAY_TIME in config.h | tmk | 2013-10-28 | 2 | -11/+0 |
| | |||||
* | Add timeout option to MODS_ONESHOT #66 | tmk | 2013-10-07 | 2 | -3/+6 |
| | |||||
* | Fix version info command | tmk | 2013-09-19 | 1 | -2/+2 |
| | |||||
* | Add build option KEYMAP_SECTION for keymap editor | tmk | 2013-09-11 | 2 | -278/+7 |
| | |||||
* | Add ld script for keymap section | tmk | 2013-09-11 | 3 | -8/+284 |
| | |||||
* | Change README Makefile and config.h in hhkb | tmk | 2013-07-29 | 3 | -66/+29 |
| | |||||
* | Add NKRO support for LUFA | tmk | 2013-07-28 | 4 | -136/+7 |
| | |||||
* | Add bootmagic salt key to avoid accidental configuration | tmk | 2013-07-24 | 1 | -0/+3 |
| | |||||
* | Add support for macro media/system keys | tmk | 2013-07-23 | 1 | -5/+11 |
| | |||||
* | Fix README and doc | tmk | 2013-07-11 | 2 | -87/+111 |
| | |||||
* | Add Caps Lock LED on PD6 | tmk | 2013-07-11 | 1 | -1/+8 |
| | |||||
* | Add power control of keyswitch board and tweak scan wait | tmk | 2013-07-08 | 3 | -6/+77 |
| | |||||
* | Tweak tap timing for slow tap on space bar | tmk | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | Add Makefile for tmk board and tweak scan wait | tmk | 2013-07-03 | 2 | -2/+163 |
| | |||||
* | Add power consumptions to doc | tmk | 2013-06-19 | 1 | -0/+35 |
| | |||||
* | Change tapping parameter for hhkb/iwrap | tmk | 2013-06-19 | 1 | -0/+5 |
| | |||||
* | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | 2013-05-21 | 1 | -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 HHKB | tmk | 2013-05-15 | 3 | -39/+15 |
| | |||||
* | Add support of iWRAP5 | tmk | 2013-04-18 | 1 | -8/+14 |
| | | | | | - mouse virtical wheel - consumer page | ||||
* | Remove common/controller_teensy.h | tmk | 2013-04-13 | 2 | -8/+0 |
| | |||||
* | Fix keymap of hhkb for new actions | tmk | 2013-04-05 | 1 | -11/+8 |
| | |||||
* | Remove ACT_KEYMAP and ACT_OVERLAY | tmk | 2013-03-31 | 1 | -2/+1 |
| | | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | ||||
* | Fix BOOTLOADER_SIZE setting | tmk | 2013-03-29 | 2 | -20/+0 |
| | |||||
* | Changed Makefile and config.h for new options | tmk | 2013-03-21 | 5 | -17/+33 |
| | |||||
* | Enable Boot magick on hhkb | tmk | 2013-03-18 | 1 | -2/+2 |
| | |||||
* | Fix legacy keymap support | tmk | 2013-03-11 | 2 | -6/+0 |
| | | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap | ||||
* | Add BOOTLOADER_SIZE and remove BOOT_SIZE | tmk | 2013-03-10 | 4 | -18/+19 |
| | | | | - define BOOTLOADER_SIZE in config.h instead of Makefile | ||||
* | Fix watchdog in bootloader jump | tmk | 2013-03-10 | 2 | -5/+15 |
| | | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset | ||||
* | Fix keymap for new framework | tmk | 2013-03-05 | 1 | -3/+3 |
| | |||||
* | Add tap flags on record_t | tmk | 2013-02-26 | 1 | -79/+64 |
| | |||||
* | Fix keymap MACRO of pc98 adn hhkb | tmk | 2013-02-25 | 1 | -17/+20 |
| |