]> git.donarmstrong.com Git - tmk_firmware.git/log
tmk_firmware.git
9 years agoMerge branch 'mbed' into dev
tmk [Wed, 30 Jul 2014 05:37:05 +0000 (14:37 +0900)]
Merge branch 'mbed' into dev

9 years agoAdd checksum tool for NXP LPC
tmk [Fri, 20 Jun 2014 06:30:10 +0000 (15:30 +0900)]
Add checksum tool for NXP LPC

9 years agoAdd LED indicator support in mbed
tmk [Fri, 20 Jun 2014 05:39:49 +0000 (14:39 +0900)]
Add LED indicator support in mbed

9 years agoPort ps2_usb to mbed
tmk [Thu, 19 Jun 2014 07:13:35 +0000 (16:13 +0900)]
Port ps2_usb to mbed

9 years agoFix build files for mbed
tmk [Tue, 17 Jun 2014 17:22:59 +0000 (02:22 +0900)]
Fix build files for mbed

9 years agoFix common files for mbed
tmk [Tue, 17 Jun 2014 13:41:14 +0000 (22:41 +0900)]
Fix common files for mbed

9 years agoFix debug.h and remove debug_config.h
tmk [Tue, 17 Jun 2014 05:03:13 +0000 (14:03 +0900)]
Fix debug.h and remove debug_config.h

9 years agoPort action_* to mbed
tmk [Mon, 16 Jun 2014 15:57:59 +0000 (00:57 +0900)]
Port action_* to mbed

9 years agoFix print and timer
tmk [Mon, 16 Jun 2014 06:38:39 +0000 (15:38 +0900)]
Fix print and timer

9 years agoPort timer to mbed
tmk [Mon, 16 Jun 2014 02:12:45 +0000 (11:12 +0900)]
Port timer to mbed

9 years agoAdd keyboard/mbed_onekey
tmk [Sun, 15 Jun 2014 04:56:17 +0000 (13:56 +0900)]
Add keyboard/mbed_onekey

9 years agoUpdates to Ergodox-FAQ.md
Oleg Kostyuk [Mon, 28 Jul 2014 22:51:00 +0000 (01:51 +0300)]
Updates to Ergodox-FAQ.md

9 years agoupdated copyrights: serial_mouse.h, serial_mouse_microsoft.c and serial_mouse_mousesy...
Robin Haberkorn [Sun, 27 Jul 2014 15:58:41 +0000 (17:58 +0200)]
updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and serial_mouse_mousesystems.c are new

9 years agoserial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX macro
Robin Haberkorn [Sun, 27 Jul 2014 15:26:44 +0000 (17:26 +0200)]
serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX macro

9 years agofactored out serial_mouse_init() into serial_mouse.h
Robin Haberkorn [Sun, 27 Jul 2014 15:18:14 +0000 (17:18 +0200)]
factored out serial_mouse_init() into serial_mouse.h

9 years agointegrated serial mouse drivers as a feature into the firmware architecture
Robin Haberkorn [Sun, 27 Jul 2014 15:07:26 +0000 (17:07 +0200)]
integrated serial mouse drivers as a feature into the firmware architecture

 * can be enabled by defining Makefile macro SERIAL_MOUSE_MICROSOFT_ENABLE or
   SERIAL_MOUSE_MOUSESYSTEMS_ENABLE.
 * Serial implementation can be chosen via SERIAL_MOUSE_USE_SOFT and
   SERIAL_MOUSE_USE_UART macros
 * UART configuration still has to be done in config.h: I added working clauses
   for both mouse protocols to ps2_usb's config.h

9 years agofixed PS/2 keyboard converter config
Robin Haberkorn [Sun, 27 Jul 2014 14:26:38 +0000 (16:26 +0200)]
fixed PS/2 keyboard converter config

When using the PS/2 interrupt implementation, the DATA pin should be
PD0 as the documentation (README.md) states.

9 years agoadded serial mouse driver for Microsoft and Mousesystems mice
Robin Haberkorn [Sun, 27 Jul 2014 14:23:23 +0000 (16:23 +0200)]
added serial mouse driver for Microsoft and Mousesystems mice

 * Both drivers use the interface defined in serial_mouse.h
 * They should work with any UART implementation (hardware/software UART)
 * The Microsoft driver is currently untested.
   The Mousesystems driver is confirmed to work.

9 years agoInitial version of Ergodox-FAQ.md
Oleg Kostyuk [Fri, 25 Jul 2014 23:41:25 +0000 (02:41 +0300)]
Initial version of Ergodox-FAQ.md

9 years agoJust ignore ADB Service Request
tmk [Mon, 21 Jul 2014 09:17:52 +0000 (18:17 +0900)]
Just ignore ADB Service Request

- to support Adjustable keyboard(composite device?)

9 years agoFix 'debug-off' target of hhkb to remove 'print'
tmk [Sat, 19 Jul 2014 15:37:49 +0000 (00:37 +0900)]
Fix 'debug-off' target of hhkb to remove 'print'

9 years agoFix NKRO code when NKRO is disable
tmk [Sat, 19 Jul 2014 15:25:06 +0000 (00:25 +0900)]
Fix NKRO code when NKRO is disable

9 years agoUpdates to CUB's layout - improvements on Layer9
Oleg Kostyuk [Tue, 15 Jul 2014 21:13:34 +0000 (00:13 +0300)]
Updates to CUB's layout - improvements on Layer9

9 years agoUpdates to CUB's layout - improvements on Layer9
Oleg Kostyuk [Tue, 15 Jul 2014 20:07:16 +0000 (23:07 +0300)]
Updates to CUB's layout - improvements on Layer9

9 years agoUpdates to CUB's layout - improvements on Layer9
Oleg Kostyuk [Tue, 15 Jul 2014 14:41:59 +0000 (17:41 +0300)]
Updates to CUB's layout - improvements on Layer9

9 years agoUpdates to CUB's layout - created Layer9 (app-specific shortcuts)
Oleg Kostyuk [Tue, 15 Jul 2014 14:28:37 +0000 (17:28 +0300)]
Updates to CUB's layout - created Layer9 (app-specific shortcuts)

9 years agoFix READEM of hhkb and doc/build.md
tmk [Thu, 10 Jul 2014 06:28:36 +0000 (15:28 +0900)]
Fix READEM of hhkb and doc/build.md

9 years agoFix document on HHKB internal
tmk [Wed, 9 Jul 2014 07:26:10 +0000 (16:26 +0900)]
Fix document on HHKB internal

9 years agoAdd HHKB JP support
tmk [Wed, 9 Jul 2014 06:31:52 +0000 (15:31 +0900)]
Add HHKB JP support

- scan matrix about twice faster

9 years agoMerge pull request #124 from kairyu/6kro
tmk [Mon, 7 Jul 2014 03:46:12 +0000 (12:46 +0900)]
Merge pull request #124 from kairyu/6kro

USB 6KRO with pseudo- or half- NKRO feature

9 years agoMerge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit
tmk [Mon, 7 Jul 2014 03:01:01 +0000 (12:01 +0900)]
Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit

Adding NKRO virtual dip-switch, using existing bit in keymap byte.

9 years agoMerge pull request #125 from tibounise/patch-1
tmk [Mon, 7 Jul 2014 02:14:44 +0000 (11:14 +0900)]
Merge pull request #125 from tibounise/patch-1

Fixing typo

9 years agoMerge pull request #126 from xauser/master
tmk [Mon, 7 Jul 2014 02:13:31 +0000 (11:13 +0900)]
Merge pull request #126 from xauser/master

Added support for bpiphany's Kitten Paw controller

9 years agoUpdates to CUB's layout - change TAPPING_TERM
Oleg Kostyuk [Tue, 1 Jul 2014 10:20:34 +0000 (13:20 +0300)]
Updates to CUB's layout - change TAPPING_TERM

9 years agoMerge remote-tracking branch 'tmk/master' into cub_layout
Oleg Kostyuk [Tue, 1 Jul 2014 10:17:09 +0000 (13:17 +0300)]
Merge remote-tracking branch 'tmk/master' into cub_layout

9 years agoAdded support for bpiphany's Kitten Paw controller (Costar Majestouch)
Ralf Schmitt [Tue, 17 Jun 2014 13:41:20 +0000 (15:41 +0200)]
Added support for bpiphany's Kitten Paw controller (Costar Majestouch)

9 years agoChange keymaps of M0110
tmk [Sun, 22 Jun 2014 05:15:38 +0000 (14:15 +0900)]
Change keymaps of M0110

9 years agoUpdates to CUB's layout - improvements on Layer8
Oleg Kostyuk [Fri, 20 Jun 2014 21:36:56 +0000 (00:36 +0300)]
Updates to CUB's layout - improvements on Layer8

9 years agoUpdates to CUB's layout - improvements on Layer4
Oleg Kostyuk [Mon, 9 Jun 2014 14:00:34 +0000 (17:00 +0300)]
Updates to CUB's layout - improvements on Layer4

9 years agoFixing typo
TiBounise [Fri, 20 Jun 2014 16:43:57 +0000 (18:43 +0200)]
Fixing typo

9 years agoFix debug print of ps2_mouse
tmk [Sun, 15 Jun 2014 05:04:16 +0000 (14:04 +0900)]
Fix debug print of ps2_mouse

9 years agoFix keymap of ps2_usb
tmk [Thu, 12 Jun 2014 08:33:02 +0000 (17:33 +0900)]
Fix keymap of ps2_usb

9 years agoAdd Ctrl + Up(SpaceFN) -> PgUp
tmk [Thu, 12 Jun 2014 08:23:02 +0000 (17:23 +0900)]
Add Ctrl + Up(SpaceFN) -> PgUp

9 years agoMake keymap_hhkb as default and change keymap_hasu
tmk [Thu, 12 Jun 2014 08:18:44 +0000 (17:18 +0900)]
Make keymap_hhkb as default and change keymap_hasu

9 years agoAdd ISO keymap(issue #35) and use new keymap API
tmk [Tue, 20 May 2014 17:43:19 +0000 (02:43 +0900)]
Add ISO keymap(issue #35) and use new keymap API

9 years agoNew branch for 6KRO feature
Kai Ryu [Tue, 13 May 2014 05:57:13 +0000 (14:57 +0900)]
New branch for 6KRO feature

9 years agoFix set LED for NKRO keyboard interface
tmk [Tue, 29 Apr 2014 10:46:37 +0000 (19:46 +0900)]
Fix set LED for NKRO keyboard interface

9 years agoUnused endpoint of console OUT is commentout'd
tmk [Tue, 29 Apr 2014 10:45:01 +0000 (19:45 +0900)]
Unused endpoint of console OUT is commentout'd

9 years agoAdd Makefiles for TMK converters.
tmk [Tue, 29 Apr 2014 10:42:24 +0000 (19:42 +0900)]
Add Makefiles for TMK converters.

9 years agoFix remotewakeup of PJRC stack(Fix #121)
tmk [Mon, 28 Apr 2014 06:21:42 +0000 (15:21 +0900)]
Fix remotewakeup of PJRC stack(Fix #121)

- without this fix wakeup often fails
- keyboard can wakeup once or twice but fails after that

9 years agoCheck if LUFA-git really exists(Fix #118)
tmk [Sun, 27 Apr 2014 23:55:07 +0000 (08:55 +0900)]
Check if LUFA-git really exists(Fix #118)

9 years agoNKRO is disable when SET_PROTOCOL(boot)
tmk [Sat, 26 Apr 2014 20:07:27 +0000 (05:07 +0900)]
NKRO is disable when SET_PROTOCOL(boot)

- Command can force to enable NKRO even when boot mode
- After boot keyboard may be in boot mode due to BIOS' request

9 years agoMake NKRO deafult when it is available
tmk [Fri, 25 Apr 2014 06:32:21 +0000 (15:32 +0900)]
Make NKRO deafult when it is available

- NKRO is used only when keyboard_protocol = 1(report)

9 years agoChange MCU setting to ATmega32U2
tmk [Fri, 25 Apr 2014 06:25:21 +0000 (15:25 +0900)]
Change MCU setting to ATmega32U2

9 years agoFix description of pin usage
tmk [Fri, 25 Apr 2014 06:16:12 +0000 (15:16 +0900)]
Fix description of pin usage

9 years agoAdd LUFA git repository(release 140302)
tmk [Fri, 25 Apr 2014 03:52:47 +0000 (12:52 +0900)]
Add LUFA git repository(release 140302)

9 years agoMove macro definitions from lufa.c to lufa.h
tmk [Fri, 25 Apr 2014 03:19:14 +0000 (12:19 +0900)]
Move macro definitions from lufa.c to lufa.h

9 years agoFix 'Shift Parentheses' example
tmk [Thu, 24 Apr 2014 02:27:33 +0000 (11:27 +0900)]
Fix 'Shift Parentheses' example

9 years agoChange LUFA build options
tmk [Thu, 24 Apr 2014 02:26:06 +0000 (11:26 +0900)]
Change LUFA build options

9 years agoMerge remote-tracking branch 'tmk/master' into cub_layout
Oleg Kostyuk [Tue, 22 Apr 2014 22:47:47 +0000 (01:47 +0300)]
Merge remote-tracking branch 'tmk/master' into cub_layout

9 years agoAdded support for per-layer FN-translations
Oleg Kostyuk [Tue, 22 Apr 2014 22:20:50 +0000 (01:20 +0300)]
Added support for per-layer FN-translations

9 years agoAdded example how to handle custom keys
Oleg Kostyuk [Tue, 22 Apr 2014 22:07:51 +0000 (01:07 +0300)]
Added example how to handle custom keys

9 years agoUpdates to CUB's layout - rearrange FN-keys
Oleg Kostyuk [Tue, 22 Apr 2014 17:50:20 +0000 (20:50 +0300)]
Updates to CUB's layout - rearrange FN-keys

10 years agoReturn when ready check loop is timeouted(Fix #115)
tmk [Mon, 21 Apr 2014 13:17:42 +0000 (22:17 +0900)]
Return when ready check loop is timeouted(Fix #115)

10 years agoChange PollingIntervalMS to 10ms(Fix #114)
tmk [Mon, 21 Apr 2014 03:18:12 +0000 (12:18 +0900)]
Change PollingIntervalMS to 10ms(Fix #114)

10 years agoUpdates to CUB's layout
Oleg Kostyuk [Wed, 16 Apr 2014 02:03:30 +0000 (05:03 +0300)]
Updates to CUB's layout

10 years agoUpdates to CUB's layout - redefined mouse constants
Oleg Kostyuk [Wed, 16 Apr 2014 01:37:37 +0000 (04:37 +0300)]
Updates to CUB's layout - redefined mouse constants

10 years agoUpdates to CUB's layout - added media keys
Oleg Kostyuk [Wed, 16 Apr 2014 01:28:27 +0000 (04:28 +0300)]
Updates to CUB's layout - added media keys

10 years agoUpdates to CUB's layouts
Oleg Kostyuk [Wed, 16 Apr 2014 01:17:37 +0000 (04:17 +0300)]
Updates to CUB's layouts

10 years agoChange PRODUCT_ID to custom value
Oleg Kostyuk [Wed, 16 Apr 2014 01:03:08 +0000 (04:03 +0300)]
Change PRODUCT_ID to custom value

10 years agoReimplement FN21/FN22 - same Layer5/Layer6 but with permanent CTRL+ALT
Oleg Kostyuk [Wed, 16 Apr 2014 00:54:43 +0000 (03:54 +0300)]
Reimplement FN21/FN22 - same Layer5/Layer6 but with permanent CTRL+ALT

10 years agoLower delay for reboot by TEENSY_KEY
Oleg Kostyuk [Wed, 16 Apr 2014 00:52:49 +0000 (03:52 +0300)]
Lower delay for reboot by TEENSY_KEY

10 years agoRemove unused code
Oleg Kostyuk [Wed, 16 Apr 2014 00:51:47 +0000 (03:51 +0300)]
Remove unused code

10 years agoFix compiler warning
Oleg Kostyuk [Wed, 16 Apr 2014 00:50:23 +0000 (03:50 +0300)]
Fix compiler warning

10 years agoUpdates to keyboard layout switcher script
Oleg Kostyuk [Tue, 15 Apr 2014 23:09:52 +0000 (02:09 +0300)]
Updates to keyboard layout switcher script

10 years agoAdding NKRO virtual dip-switch, using existing bit in keymap byte.
Shayne Holmes [Wed, 9 Apr 2014 22:54:16 +0000 (15:54 -0700)]
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.

10 years agoMerge pull request #110 from xauser/master
tmk [Wed, 9 Apr 2014 01:02:53 +0000 (10:02 +0900)]
Merge pull request #110 from xauser/master

Enhanced Backlight Support

10 years agoNew macro: ACTION_BACKLIGHT_LEVEL(level)
Ralf Schmitt [Tue, 8 Apr 2014 19:02:46 +0000 (21:02 +0200)]
New macro: ACTION_BACKLIGHT_LEVEL(level)

To have full control of the backlight level.

10 years agoAdded keyboard definition file for KTouch
Oleg Kostyuk [Sun, 30 Mar 2014 19:07:24 +0000 (22:07 +0300)]
Added keyboard definition file for KTouch

10 years agoMerge remote-tracking branch 'tmk/master' into cub_layout
Oleg Kostyuk [Sun, 30 Mar 2014 02:49:58 +0000 (05:49 +0300)]
Merge remote-tracking branch 'tmk/master' into cub_layout

10 years agoUpdate of IS_COMMAND (thanks to ibm4704 branch)
Oleg Kostyuk [Sun, 30 Mar 2014 02:49:01 +0000 (05:49 +0300)]
Update of IS_COMMAND (thanks to ibm4704 branch)

10 years agoSwitch fn_actions[] to use position-independent syntax
Oleg Kostyuk [Sun, 30 Mar 2014 02:25:24 +0000 (05:25 +0300)]
Switch fn_actions[] to use position-independent syntax

10 years agoRename DEBUG_MATRIX_FREQ to more appropriate DEBUG_MATRIX_SCAN_RATE
Oleg Kostyuk [Sun, 30 Mar 2014 02:04:21 +0000 (05:04 +0300)]
Rename DEBUG_MATRIX_FREQ to more appropriate DEBUG_MATRIX_SCAN_RATE

10 years agoUpdate TODO file
Oleg Kostyuk [Sun, 30 Mar 2014 02:02:44 +0000 (05:02 +0300)]
Update TODO file

10 years agoUpdates to CUB's layouts
Oleg Kostyuk [Sun, 30 Mar 2014 01:30:32 +0000 (04:30 +0300)]
Updates to CUB's layouts

10 years agoMerge pull request #106 from CJNE/patch-1
tmk [Fri, 28 Mar 2014 00:22:42 +0000 (09:22 +0900)]
Merge pull request #106 from CJNE/patch-1

Show correct function name for default layer set

10 years agoShow correct function name for default layer set
Johan Isacsson [Thu, 27 Mar 2014 22:59:25 +0000 (23:59 +0100)]
Show correct function name for default layer set

10 years agoMerge pull request #102 from xauser/master
tmk [Mon, 24 Mar 2014 01:45:46 +0000 (10:45 +0900)]
Merge pull request #102 from xauser/master

Support for Lightsaber keyboard

10 years agoAdded Lightsaber FN-layer
Ralf Schmitt [Sat, 22 Mar 2014 12:13:37 +0000 (13:13 +0100)]
Added Lightsaber FN-layer

10 years agoLightsaber clean ups
Ralf Schmitt [Sat, 22 Mar 2014 11:41:45 +0000 (12:41 +0100)]
Lightsaber clean ups

10 years agoAdded basic led+backlight support
Ralf Schmitt [Wed, 19 Mar 2014 22:58:08 +0000 (23:58 +0100)]
Added basic led+backlight support

10 years agoUpdated Lightsaber read me
Ralf Schmitt [Tue, 18 Mar 2014 23:21:45 +0000 (00:21 +0100)]
Updated Lightsaber read me

10 years agoSupport for Lightsaber keyboard
Ralf Schmitt [Tue, 18 Mar 2014 19:06:24 +0000 (20:06 +0100)]
Support for Lightsaber keyboard

10 years agoFix markdown syntax
tmk [Mon, 17 Feb 2014 07:57:02 +0000 (16:57 +0900)]
Fix markdown syntax

10 years agoMerge branch 'ibm4704'
tmk [Mon, 17 Feb 2014 07:43:19 +0000 (16:43 +0900)]
Merge branch 'ibm4704'

10 years agoFix README.md and ibm4704.txt
tmk [Mon, 17 Feb 2014 07:42:43 +0000 (16:42 +0900)]
Fix README.md and ibm4704.txt

10 years agoChange IS_COMMAND macro
tmk [Mon, 17 Feb 2014 07:41:40 +0000 (16:41 +0900)]
Change IS_COMMAND macro

10 years agoMerge branch 'ibm4704'
tmk [Thu, 13 Feb 2014 00:45:54 +0000 (09:45 +0900)]
Merge branch 'ibm4704'

10 years agoAdd converter/ibm4704_usb
tmk [Thu, 13 Feb 2014 00:45:02 +0000 (09:45 +0900)]
Add converter/ibm4704_usb

10 years agoRename a file
tmk [Thu, 13 Feb 2014 00:33:34 +0000 (09:33 +0900)]
Rename a file