Commit Graph

83 Commits (b4a91ecf4e46ee533563fd759e26dd249bf6b4de)

Author SHA1 Message Date
tmk 31b3e4bc38 Fix 'debug-off' target of hhkb to remove 'print' 10 years ago
tmk 452866319b Fix READEM of hhkb and doc/build.md 10 years ago
tmk 92004d6786 Fix document on HHKB internal 10 years ago
tmk 6013483050 Add HHKB JP support
- scan matrix about twice faster
10 years ago
tmk 9fdb02017b Add Ctrl + Up(SpaceFN) -> PgUp 10 years ago
tmk caf7b4e68a Make keymap_hhkb as default and change keymap_hasu 10 years ago
tmk 00e9a342df Fix 'Shift Parentheses' example 11 years ago
tmk 3c5add5f80 Change LUFA build options 11 years ago
Thomas Russell Murphy a86c1e2b71 Spellchecking keyboard README files. 11 years ago
tmk 0b917d4f10 Fix README.md of hhkb 11 years ago
tmk 119c34e094 Add SpaceFN layout for HHKB 11 years ago
tmk fd7833388c Add new keymap framework 11 years ago
tmk ee109d68d6 Delete MOUSEKEY_DELAY_TIME in config.h 11 years ago
tmk 35f9f30074 Add timeout option to MODS_ONESHOT #66 11 years ago
tmk 9f29fa6bf3 Fix version info command 11 years ago
tmk 259c4a040a Add build option KEYMAP_SECTION for keymap editor 11 years ago
tmk f7395268c0 Add ld script for keymap section 11 years ago
tmk e7c2af78b7 Change README Makefile and config.h in hhkb 11 years ago
tmk daa4a4235f Add NKRO support for LUFA 11 years ago
tmk 05225dd9d8 Add bootmagic salt key to avoid accidental configuration 11 years ago
tmk 6aaa6e0ef9 Add support for macro media/system keys 11 years ago
tmk d2ea9e80a0 Fix README and doc 11 years ago
tmk 9d7278682e Add Caps Lock LED on PD6 11 years ago
tmk 0e37dd2ec5 Add power control of keyswitch board and tweak scan wait 11 years ago
tmk d965822857 Tweak tap timing for slow tap on space bar 11 years ago
tmk e9796ff462 Add Makefile for tmk board and tweak scan wait 11 years ago
tmk bebbe15562 Add power consumptions to doc 11 years ago
tmk c254a0d038 Change tapping parameter for hhkb/iwrap 11 years ago
tmk 796defa86c Fix deprecated 'prog_*' typedef - Issue #34
- 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
12 years ago
tmk 92b0674a7f Fix makefile, debug print and keymap of HHKB 12 years ago
tmk a77ae5f843 Add support of iWRAP5
- mouse virtical wheel
- consumer page
12 years ago
tmk 540d0700dc Remove common/controller_teensy.h 12 years ago
tmk fbea2a3aae Fix keymap of hhkb for new actions 12 years ago
tmk 10f33a3e48 Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
12 years ago
tmk 353a9b56e6 Fix BOOTLOADER_SIZE setting 12 years ago
tmk b2a19328ad Changed Makefile and config.h for new options 12 years ago
tmk 8580c8d291 Enable Boot magick on hhkb 12 years ago
tmk 1d5bbb55f2 Fix legacy keymap support
- need to define USE_LEGACY_KEYMAP to use legacy keymap
12 years ago
tmk 51050875b7 Add BOOTLOADER_SIZE and remove BOOT_SIZE
- define BOOTLOADER_SIZE in config.h instead of Makefile
12 years ago
tmk f55c677ba4 Fix watchdog in bootloader jump
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
12 years ago
tmk 5808317b69 Fix keymap for new framework 12 years ago
tmk a207e848b3 Add tap flags on record_t 12 years ago
tmk 6778324de2 Fix keymap MACRO of pc98 adn hhkb 12 years ago
tmk 75a92ff653 Fix keymap of gh60 and hhkb 12 years ago
tmk c4421f585b Change struct key_t 12 years ago
tmk 9bc82bf61c Change action API 12 years ago
tmk 63c03dc137 Change keymap API 12 years ago
tmk b2aa142ee0 Clean layer actions. 12 years ago
tmk aad91a30a3 Add macro feature. 12 years ago
tmk 1d7962ba8a Add user defined function to action. 12 years ago