aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb
Commit message (Collapse)AuthorAgeFilesLines
* Change TMK_DIR settingtmk2015-04-105-5/+5
|
* Change TOP_DIR to TMK_DIR in makefilestmk2015-04-095-27/+27
|
* hhkb: Chane keymap for hasuJun Wako2015-04-071-2/+2
|
* hhkb: Fix bug of matrix initialization for JPJun Wako2015-04-071-1/+1
|
* Fix typo 'keyobard' #166tmk2015-01-191-1/+1
|
* hhkb: Update RN-42 docstmk2015-01-192-8/+66
|
* hhkb: Integrate RN-42 support, remove hhkb_rn42tmk2015-01-1624-28/+2093
|
* hhkb: Fix layer stuck of keymap_hasutmk2015-01-161-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 JPJun Wako2015-01-113-6/+13
|
* hhkb: Change keymap and bootmagic salt keytmk2014-11-253-5/+5
|
* Fix for new API(key_t to keypos_t)tmk2014-07-301-1/+1
|
* Fix 'debug-off' target of hhkb to remove 'print'tmk2014-07-201-0/+1
|
* Fix READEM of hhkb and doc/build.mdtmk2014-07-102-30/+16
|
* Fix document on HHKB internaltmk2014-07-091-59/+20
|
* Add HHKB JP supporttmk2014-07-097-164/+375
| | | | - scan matrix about twice faster
* Add Ctrl + Up(SpaceFN) -> PgUptmk2014-06-121-2/+43
|
* Make keymap_hhkb as default and change keymap_hasutmk2014-06-123-47/+99
|
* Fix 'Shift Parentheses' exampletmk2014-04-251-63/+26
|
* Change LUFA build optionstmk2014-04-241-1/+1
|
* Spellchecking keyboard README files.Thomas Russell Murphy2014-01-071-4/+4
|
* Fix README.md of hhkbtmk2013-11-302-41/+49
|
* Add SpaceFN layout for HHKBtmk2013-11-301-0/+75
|
* Add new keymap frameworktmk2013-11-297-84/+332
|
* Delete MOUSEKEY_DELAY_TIME in config.htmk2013-10-282-11/+0
|
* Add timeout option to MODS_ONESHOT #66tmk2013-10-072-3/+6
|
* 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 support for macro media/system keystmk2013-07-231-5/+11
|
* 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
|
* Add power consumptions to doctmk2013-06-191-0/+35
|
* Change tapping parameter for hhkb/iwraptmk2013-06-191-0/+5
|
* 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
|
* Add support of iWRAP5tmk2013-04-181-8/+14
| | | | | - mouse virtical wheel - consumer page
* Remove common/controller_teensy.htmk2013-04-132-8/+0
|
* Fix keymap of hhkb for new actionstmk2013-04-051-11/+8
|
* Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-311-2/+1
| | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
* Fix BOOTLOADER_SIZE settingtmk2013-03-292-20/+0
|
* Changed Makefile and config.h for new optionstmk2013-03-215-17/+33
|
* Enable Boot magick on hhkbtmk2013-03-181-2/+2
|
* Fix legacy keymap supporttmk2013-03-112-6/+0
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Add BOOTLOADER_SIZE and remove BOOT_SIZEtmk2013-03-104-18/+19
| | | | - define BOOTLOADER_SIZE in config.h instead of Makefile