Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-11 | Makefile redo & other features (#395) | ||
* .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 | |||
2016-05-29 | Fix build errors (#359) | ||
* brings gh60 up-to-date (needs testing) * brings hhkb up-to-date (needs testing) * brings jd45 up-to-date (needs testing) | |||
2016-05-24 | [Erez & Jack] Removes keyboards which are not active on qmk | ||
2016-04-21 | Update functions used to write to EEPROM | ||
2016-03-29 | Updated several keyboard folders to use new keymap naming scheme | ||
2015-10-21 | Add doc of HHKB original keycodes | ||
2015-08-08 | Fix #239 unresponsive keys of HHKB JP during power saving | ||
2015-07-23 | hhkb: Add power saving code of matrix scan for JP | ||
2015-05-13 | Revert "hhkb: Fix bug of matrix initialization for JP" | ||
This reverts commit adfd5b92ebdc38721c89715e9071b35ecaeb79e9. | |||
2015-05-13 | hhkb: Change document | ||
2015-05-13 | hhkb: Fix scan rate for HHKB JP #203 | ||
2015-05-13 | hhkb: Add build options | ||
2015-05-13 | hhkb: Change keymap | ||
2015-04-10 | Change TMK_DIR setting | ||
2015-04-09 | Change TOP_DIR to TMK_DIR in makefiles | ||
2015-04-07 | hhkb: Chane keymap for hasu | ||
2015-04-07 | hhkb: Fix bug of matrix initialization for JP | ||
2015-01-19 | Fix typo 'keyobard' #166 | ||
2015-01-19 | hhkb: Update RN-42 docs | ||
2015-01-16 | hhkb: Integrate RN-42 support, remove hhkb_rn42 | ||
2015-01-16 | hhkb: Fix layer stuck of keymap_hasu | ||
- In mouse key layer with holding semicolon, press Fn0, release semicolon and release Fn0 now layer 1 is stuck. | |||
2015-01-11 | hhkb: Add Makefile.jp for HHKB JP | ||
2014-11-25 | hhkb: Change keymap and bootmagic salt key | ||
2014-07-30 | Fix for new API(key_t to keypos_t) | ||
2014-07-20 | Fix 'debug-off' target of hhkb to remove 'print' | ||
2014-07-10 | Fix READEM of hhkb and doc/build.md | ||
2014-07-09 | Fix document on HHKB internal | ||
2014-07-09 | Add HHKB JP support | ||
- scan matrix about twice faster | |||
2014-06-12 | Add Ctrl + Up(SpaceFN) -> PgUp | ||
2014-06-12 | Make keymap_hhkb as default and change keymap_hasu | ||
2014-04-25 | Fix 'Shift Parentheses' example | ||
2014-04-24 | Change LUFA build options | ||
2014-01-07 | Spellchecking keyboard README files. | ||
2013-11-30 | Fix README.md of hhkb | ||
2013-11-30 | Add SpaceFN layout for HHKB | ||
2013-11-29 | Add new keymap framework | ||
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | ||
2013-10-07 | Add timeout option to MODS_ONESHOT #66 | ||
2013-09-19 | Fix version info command | ||
2013-09-11 | Add build option KEYMAP_SECTION for keymap editor | ||
2013-09-11 | Add ld script for keymap section | ||
2013-07-29 | Change README Makefile and config.h in hhkb | ||
2013-07-28 | Add NKRO support for LUFA | ||
2013-07-24 | Add bootmagic salt key to avoid accidental configuration | ||
2013-07-23 | Add support for macro media/system keys | ||
2013-07-11 | Fix README and doc | ||
2013-07-11 | Add Caps Lock LED on PD6 | ||
2013-07-08 | Add power control of keyswitch board and tweak scan wait | ||
2013-07-03 | Tweak tap timing for slow tap on space bar | ||
2013-07-03 | Add Makefile for tmk board and tweak scan wait | ||