summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb
Commit message (Collapse)AuthorAgeFilesLines
* Update functions used to write to EEPROMEric Tang2016-04-211-1/+1
|
* Updated several keyboard folders to use new keymap naming schemeNoah Andrews2016-03-298-11/+11
|
* Add doc of HHKB original keycodestmk2015-10-211-0/+69
|
* Fix #239 unresponsive keys of HHKB JP during power savingtmk2015-08-081-8/+0
|
* hhkb: Add power saving code of matrix scan for JPtmk2015-07-231-0/+8
|
* Revert "hhkb: Fix bug of matrix initialization for JP"tmk2015-05-131-1/+1
| | | | This reverts commit adfd5b92ebdc38721c89715e9071b35ecaeb79e9.
* hhkb: Change documenttmk2015-05-131-10/+11
|
* hhkb: Fix scan rate for HHKB JP #203tmk2015-05-131-0/+6
|
* hhkb: Add build optionstmk2015-05-131-0/+4
|
* hhkb: Change keymaptmk2015-05-131-4/+37
|
* 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