summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb
Commit message (Collapse)AuthorAgeFilesLines
* Makefile redo & other features (#395)Jack Humbert2016-06-117-47/+2824
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .build containment implemented * no destructive variable setting - builds in either folder * make from 3 places * cleans before each build * make from root with keyboard=keyboard, keymap=keymap * make from keyboard/keyboard with keymap=keymap * make from keymaps/keymap * only implemented on planck * adds color diag to avr-gcc * makefiles for all plancks, clean-up * quick build-all makefile for plancks * reformatting of make output (colors) * color toggle, tmk path corrections * correct if statement for color * move config.h to main makefile, updates preonic, atomic * format update, all keyboards targets * makefile optional for build all target, alps and arrow_pad updated * alps updated * make planck default, trying out travis recipe for all-keyboards * all-keymaps target, different travis recipe * updates alps64 * updates keyboards to new format * updates clue* projects * all projects updated, specialise EZ .hex, let .hex through * updates travis * automatically find root, keyboard, keymap * silent echo, cleaned-up mass make output * updates all keyboards' .hex files except EZ * Rename Bantam44.c to bantam44.c * Rename Bantam44.h to bantam44.h * nananana * adds six key keyboard * does same to ez as rest * updates send_string example * brings ergodox_ez up to date * updates template/new project script * adds sixkeyboard * adds readme for sixkeyboard * adds sixkeyboard to travis * filenames, gitignore mess * define clock prescaler stuff manually * make quick, size test example * documentation and dfu-no-build
* Fix build errors (#359)Daniel Svensson2016-05-292-1/+9
| | | | | | | | * brings gh60 up-to-date (needs testing) * brings hhkb up-to-date (needs testing) * brings jd45 up-to-date (needs testing)
* [Erez & Jack] Removes keyboards which are not active on qmkErez Zukerman2016-05-2454-4226/+546
|
* 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
|