summaryrefslogtreecommitdiff
path: root/keyboard/hhkb
Commit message (Collapse)AuthorAge
* Update functions used to write to EEPROMEric Tang2016-04-21
|
* Updated several keyboard folders to use new keymap naming schemeNoah Andrews2016-03-29
|
* Add doc of HHKB original keycodestmk2015-10-21
|
* Fix #239 unresponsive keys of HHKB JP during power savingtmk2015-08-08
|
* hhkb: Add power saving code of matrix scan for JPtmk2015-07-23
|
* Revert "hhkb: Fix bug of matrix initialization for JP"tmk2015-05-13
| | | | This reverts commit adfd5b92ebdc38721c89715e9071b35ecaeb79e9.
* hhkb: Change documenttmk2015-05-13
|
* hhkb: Fix scan rate for HHKB JP #203tmk2015-05-13
|
* hhkb: Add build optionstmk2015-05-13
|
* hhkb: Change keymaptmk2015-05-13
|
* Change TMK_DIR settingtmk2015-04-10
|
* Change TOP_DIR to TMK_DIR in makefilestmk2015-04-09
|
* hhkb: Chane keymap for hasuJun Wako2015-04-07
|
* hhkb: Fix bug of matrix initialization for JPJun Wako2015-04-07
|
* Fix typo 'keyobard' #166tmk2015-01-19
|
* hhkb: Update RN-42 docstmk2015-01-19
|
* hhkb: Integrate RN-42 support, remove hhkb_rn42tmk2015-01-16
|
* hhkb: Fix layer stuck of keymap_hasutmk2015-01-16
| | | | | - 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-11
|
* hhkb: Change keymap and bootmagic salt keytmk2014-11-25
|
* Fix for new API(key_t to keypos_t)tmk2014-07-30
|
* Fix 'debug-off' target of hhkb to remove 'print'tmk2014-07-20
|
* Fix READEM of hhkb and doc/build.mdtmk2014-07-10
|
* Fix document on HHKB internaltmk2014-07-09
|
* Add HHKB JP supporttmk2014-07-09
| | | | - scan matrix about twice faster
* Add Ctrl + Up(SpaceFN) -> PgUptmk2014-06-12
|
* Make keymap_hhkb as default and change keymap_hasutmk2014-06-12
|
* Fix 'Shift Parentheses' exampletmk2014-04-25
|
* Change LUFA build optionstmk2014-04-24
|
* Spellchecking keyboard README files.Thomas Russell Murphy2014-01-07
|
* Fix README.md of hhkbtmk2013-11-30
|
* Add SpaceFN layout for HHKBtmk2013-11-30
|
* Add new keymap frameworktmk2013-11-29
|
* Delete MOUSEKEY_DELAY_TIME in config.htmk2013-10-28
|
* Add timeout option to MODS_ONESHOT #66tmk2013-10-07
|
* Fix version info commandtmk2013-09-19
|
* Add build option KEYMAP_SECTION for keymap editortmk2013-09-11
|
* Add ld script for keymap sectiontmk2013-09-11
|
* Change README Makefile and config.h in hhkbtmk2013-07-29
|
* Add NKRO support for LUFAtmk2013-07-28
|
* Add bootmagic salt key to avoid accidental configurationtmk2013-07-24
|
* Add support for macro media/system keystmk2013-07-23
|
* Fix README and doctmk2013-07-11
|
* Add Caps Lock LED on PD6tmk2013-07-11
|
* Add power control of keyswitch board and tweak scan waittmk2013-07-08
|
* Tweak tap timing for slow tap on space bartmk2013-07-03
|
* Add Makefile for tmk board and tweak scan waittmk2013-07-03
|
* Add power consumptions to doctmk2013-06-19
|
* Change tapping parameter for hhkb/iwraptmk2013-06-19
|
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-21
| | | | | | | | | - 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