1
0

Commit Graph

  • ee70fe59ee Fix debug.h and remove debug_config.h tmk 2014-06-17 14:03:13 +0900
  • c67ae2a6b5 Port action_* to mbed tmk 2014-06-17 00:57:59 +0900
  • 04fe78ee0a Fix print and timer tmk 2014-06-16 15:38:39 +0900
  • 867f115bee Port timer to mbed tmk 2014-06-16 11:12:45 +0900
  • f15b2691c9 Add keyboard/mbed_onekey tmk 2014-06-15 13:56:17 +0900
  • 03fd4a6ff0 updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and serial_mouse_mousesystems.c are new Robin Haberkorn 2014-07-27 17:58:41 +0200
  • eb90284494 serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX macro Robin Haberkorn 2014-07-27 17:26:44 +0200
  • 0bfba7acc4 factored out serial_mouse_init() into serial_mouse.h Robin Haberkorn 2014-07-27 17:18:14 +0200
  • 7dde35d4f7 integrated serial mouse drivers as a feature into the firmware architecture Robin Haberkorn 2014-07-27 17:07:26 +0200
  • 388fe60c67 fixed PS/2 keyboard converter config Robin Haberkorn 2014-07-27 16:26:38 +0200
  • 6bf8000e63 added serial mouse driver for Microsoft and Mousesystems mice Robin Haberkorn 2014-07-27 16:23:23 +0200
  • 79840c678e Just ignore ADB Service Request tmk 2014-07-21 18:17:52 +0900
  • 31b3e4bc38 Fix 'debug-off' target of hhkb to remove 'print' tmk 2014-07-20 00:37:49 +0900
  • 32997200f7 Fix NKRO code when NKRO is disable tmk 2014-07-20 00:25:06 +0900
  • 452866319b Fix READEM of hhkb and doc/build.md tmk 2014-07-10 15:28:36 +0900
  • 92004d6786 Fix document on HHKB internal tmk 2014-07-09 16:26:10 +0900
  • 6013483050 Add HHKB JP support tmk 2014-07-09 15:31:52 +0900
  • 34373185b7 Merge pull request #124 from kairyu/6kro tmk 2014-07-07 12:46:12 +0900
  • 3eeb0a9623 Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit tmk 2014-07-07 12:01:01 +0900
  • 326e559719 Merge pull request #125 from tibounise/patch-1 tmk 2014-07-07 11:14:44 +0900
  • 7079ba5d51 Merge pull request #126 from xauser/master tmk 2014-07-07 11:13:31 +0900
  • a70acecb1c Added support for bpiphany's Kitten Paw controller (Costar Majestouch) Ralf Schmitt 2014-06-17 15:41:20 +0200
  • 9c8d0f6c0d Change keymaps of M0110 tmk 2014-06-22 14:15:38 +0900
  • 91b65c0a54 Fixing typo TiBounise 2014-06-20 18:43:57 +0200
  • 382eaebd3d Fix debug print of ps2_mouse tmk 2014-06-15 14:04:16 +0900
  • aad92d81cb Fix keymap of ps2_usb tmk 2014-06-12 17:33:02 +0900
  • 9fdb02017b Add Ctrl + Up(SpaceFN) -> PgUp tmk 2014-06-12 17:23:02 +0900
  • caf7b4e68a Make keymap_hhkb as default and change keymap_hasu tmk 2014-06-12 17:18:44 +0900
  • ed8cf12d25 Add ISO keymap(issue #35) and use new keymap API tmk 2014-05-21 02:43:19 +0900
  • ac570686b6 New branch for 6KRO feature Kai Ryu 2014-05-13 14:57:13 +0900
  • abe5edcaa7 Fix set LED for NKRO keyboard interface tmk 2014-04-29 19:46:37 +0900
  • b03717a10c Unused endpoint of console OUT is commentout'd tmk 2014-04-29 19:45:01 +0900
  • 7209c1d387 Add Makefiles for TMK converters. tmk 2014-04-29 19:42:24 +0900
  • 110eea578b Fix remotewakeup of PJRC stack(Fix #121) tmk 2014-04-28 15:21:42 +0900
  • 37cf260764 Check if LUFA-git really exists(Fix #118) tmk 2014-04-28 08:55:07 +0900
  • 22854eb71b NKRO is disable when SET_PROTOCOL(boot) tmk 2014-04-27 05:07:27 +0900
  • 5e3f2d2b2e Make NKRO deafult when it is available tmk 2014-04-25 15:32:21 +0900
  • 62117e7ea7 Change MCU setting to ATmega32U2 tmk 2014-04-25 15:25:21 +0900
  • 2db27ecedd Fix description of pin usage tmk 2014-04-25 15:16:12 +0900
  • fc3a20c534 Add LUFA git repository(release 140302) tmk 2014-04-25 12:52:47 +0900
  • ad4cba172b Move macro definitions from lufa.c to lufa.h tmk 2014-04-25 12:19:14 +0900
  • 00e9a342df Fix 'Shift Parentheses' example tmk 2014-04-24 11:27:33 +0900
  • 3c5add5f80 Change LUFA build options tmk 2014-04-24 11:26:06 +0900
  • a5d4a1f3e1 Return when ready check loop is timeouted(Fix #115) tmk 2014-04-21 22:17:42 +0900
  • c6902681e7 Change PollingIntervalMS to 10ms(Fix #114) tmk 2014-04-21 12:18:12 +0900
  • e5bafff725 Adding NKRO virtual dip-switch, using existing bit in keymap byte. This takes the last, reserved bit there, but doesn't necessitate a revision to the magic number because it doesn't alter byte order. Add reference to NKRO virtual dip-switch to documentation. Shayne Holmes 2014-04-09 15:54:16 -0700
  • 894a387d1f Merge pull request #110 from xauser/master tmk 2014-04-09 10:02:53 +0900
  • 589d99b448 New macro: ACTION_BACKLIGHT_LEVEL(level) Ralf Schmitt 2014-04-08 21:02:46 +0200
  • 5c63751790 Merge pull request #106 from CJNE/patch-1 tmk 2014-03-28 09:22:42 +0900
  • 13fbab9d8b Show correct function name for default layer set Johan Isacsson 2014-03-27 23:59:25 +0100
  • 1722e04e73 Merge pull request #102 from xauser/master tmk 2014-03-24 10:45:46 +0900
  • 1482fe92a0 Added Lightsaber FN-layer Ralf Schmitt 2014-03-22 13:13:37 +0100
  • 498ea75d1b Lightsaber clean ups Ralf Schmitt 2014-03-22 12:41:45 +0100
  • 526d988a0c Added basic led+backlight support Ralf Schmitt 2014-03-19 23:58:08 +0100
  • 160678a7b8 Updated Lightsaber read me Ralf Schmitt 2014-03-19 00:21:45 +0100
  • 5ca3bde10a Support for Lightsaber keyboard Ralf Schmitt 2014-03-18 20:06:24 +0100
  • 7474e14d06 Fix markdown syntax tmk 2014-02-17 16:57:02 +0900
  • a03a197fe2 Merge branch 'ibm4704' tmk 2014-02-17 16:43:19 +0900
  • 48d27378f4 Fix README.md and ibm4704.txt tmk 2014-02-17 16:42:43 +0900
  • 01f02e8457 Change IS_COMMAND macro tmk 2014-02-17 16:41:40 +0900
  • 188ab49dd3 Merge branch 'ibm4704' tmk 2014-02-13 09:45:54 +0900
  • 428b236461 Add converter/ibm4704_usb tmk 2014-02-13 09:45:02 +0900
  • 294aa396da Rename a file tmk 2014-02-13 09:33:34 +0900
  • 776ccd3e67 Change keymap_plain.c tmk 2014-02-11 01:40:55 +0900
  • 4ab0ebb199 Change pin configuration tmk 2014-02-11 00:37:19 +0900
  • 47d812bfd6 Add connector pinouts tmk 2014-02-10 23:49:57 +0900
  • 902afcc509 Add doc 4704.txt and protocol comment tmk 2014-02-10 11:05:18 +0900
  • 0f827cf94c Add keymap_hasu.c tmk 2014-02-10 10:01:42 +0900
  • 89c7b9b097 Add README.md tmk 2014-02-10 07:02:48 +0900
  • 54a06c2520 Change error no and clean debug code tmk 2014-02-10 06:43:43 +0900
  • c4efadf68a Tweak keyboard initialize tmk 2014-02-09 08:25:23 +0900
  • ebe951a445 Add Initial files of 4704_usb tmk 2014-02-09 02:42:17 +0900
  • cb3a547ebf Make modifiers 'weak' in macro tmk 2014-01-28 10:55:51 +0900
  • a86c1e2b71 Spellchecking keyboard README files. Thomas Russell Murphy 2014-01-04 22:52:19 -0500
  • 3ee5f565ae Spellchecking converter README files. Thomas Russell Murphy 2014-01-04 22:45:52 -0500
  • 6e9260cc17 Merge pull request #92 from bgould/upstream tmk 2014-01-06 17:57:30 -0800
  • f7bb7c4fa9 Added NeXT keyboard converter Benjamin Gould 2014-01-06 14:43:59 -0500
  • a35cf0e458 Merge pull request #90 from thomasrussellmurphy/master tmk 2014-01-02 21:10:16 -0800
  • e0a95d4075 Spellchecked documentation. Thomas Russell Murphy 2014-01-02 19:05:52 -0500
  • 22bd315b64 Spellcheck of README.md Thomas Russell Murphy 2014-01-02 18:37:20 -0500
  • 73ab537bfc Add TRS-80 model 100 instruction tmk 2014-01-03 08:05:19 +0900
  • cb33e78126 Merge branch 'master' of github.com:tmk/tmk_keyboard tmk 2014-01-03 07:10:53 +0900
  • 92cda14f7a Add ascii_usb ASCII Serial Console terminal converter tmk 2014-01-03 07:05:41 +0900
  • dcfae0beb5 Merge pull request #88 from sigma/sun_usb_fixes tmk 2013-12-28 03:08:11 -0800
  • 8e9498f066 fix hard-coded keys Yann Hodique 2013-12-26 21:52:58 -0800
  • 8fc26a1360 fix compilation Yann Hodique 2013-12-26 21:16:27 -0800
  • 37bf34d5b1 Merge pull request #86 from tibounise/master tmk 2013-12-16 16:02:08 -0800
  • 696a7fbc6f Fixing a typo TiBounise 2013-12-16 19:53:02 +0100
  • ac1acca8d7 Add description of keyboard report in report.h tmk 2013-12-16 21:56:44 +0900
  • c9dee36e42 Make ps2_usart default and fix SpaceFN tmk 2013-12-02 12:04:50 +0900
  • 0b917d4f10 Fix README.md of hhkb tmk 2013-11-30 12:32:47 +0900
  • 6d76e60095 Merge branch 'hhkb_spaceFN' tmk 2013-11-30 12:04:39 +0900
  • 119c34e094 Add SpaceFN layout for HHKB tmk 2013-11-29 09:13:29 +0900
  • e3bcdd8211 Add SpaceFN keymap and JIS keymap tmk 2013-11-29 23:52:29 +0900
  • fd7833388c Add new keymap framework tmk 2013-11-29 08:42:40 +0900
  • d2a83dae8f Merge pull request #80 from gblargg/master tmk 2013-11-27 23:35:38 -0800
  • fd9ee507a5 Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard into simonmelhart-modstaptoggle tmk 2013-11-28 16:31:06 +0900
  • f3132adb33 Merge pull request #81 from bgould/master tmk 2013-11-27 23:23:08 -0800
  • bc5b64d832 Merge branch 'ps2_keyboard_fix' tmk 2013-11-28 16:02:29 +0900
  • 0b9c0f6012 Add new keymap file tmk 2013-11-28 16:00:16 +0900