]> git.gir.st - tmk_keyboard.git/log
tmk_keyboard.git
8 years agoalps64: Fix keymap(plain and editor)
tmk [Fri, 11 Mar 2016 22:49:06 +0000 (07:49 +0900)]
alps64: Fix keymap(plain and editor)

8 years agoibm4704_usb: Fix scan code range for Alps 102-key
tmk [Fri, 19 Feb 2016 22:14:43 +0000 (07:14 +0900)]
ibm4704_usb: Fix scan code range for Alps 102-key

8 years agombed build workaround for #212
tmk [Fri, 19 Feb 2016 05:40:33 +0000 (14:40 +0900)]
mbed build workaround for #212

8 years agocore: Fix chibios user compile options
tmk [Wed, 17 Feb 2016 03:36:16 +0000 (12:36 +0900)]
core: Fix chibios user compile options

Compile options can be defined in project Makefile such as UDEFS, UADEFS, UINCDIR, ULIBDIR and ULIBS.

8 years agoMerge branch 'chibios' of https://github.com/flabbergast/tmk_keyboard into flabbergas...
tmk [Wed, 17 Feb 2016 03:20:29 +0000 (12:20 +0900)]
Merge branch 'chibios' of https://github.com/flabbergast/tmk_keyboard into flabbergast_chibios

8 years agocore: Fix ps2_mouse.c debug print
tmk [Tue, 16 Feb 2016 23:23:47 +0000 (08:23 +0900)]
core: Fix ps2_mouse.c debug print

8 years agoRemoved duplicate debug message code and surrounded it with IFDEF as needed
obones [Wed, 10 Feb 2016 10:18:50 +0000 (11:18 +0100)]
Removed duplicate debug message code and surrounded it with IFDEF as needed

8 years agoMerge commit '657d9f23fe47fb88cf221adb23095082f191ba6a'
tmk [Tue, 16 Feb 2016 23:18:03 +0000 (08:18 +0900)]
Merge commit '657d9f23fe47fb88cf221adb23095082f191ba6a'

8 years agoSquashed 'tmk_core/' changes from 97c7ed4..ee8c5ba
tmk [Tue, 16 Feb 2016 23:18:03 +0000 (08:18 +0900)]
Squashed 'tmk_core/' changes from 97c7ed4..ee8c5ba

ee8c5ba Remove warnings when NO_DEBUG is defined
a71e6e0 Remove warnings when NO_PRINT is defined

git-subtree-dir: tmk_core
git-subtree-split: ee8c5baecc9acf37976de36f56551fc9e6b92968

8 years agoChibios: Revert common.mk change (fix AVR linking problem).
flabbergast [Sat, 13 Feb 2016 10:01:16 +0000 (10:01 +0000)]
Chibios: Revert common.mk change (fix AVR linking problem).

8 years agoMerge commit '5a0132f1c1c9a14fd2941f0a5e29bbf5e31da20c' into master-core-pull
tmk [Fri, 12 Feb 2016 05:38:49 +0000 (14:38 +0900)]
Merge commit '5a0132f1c1c9a14fd2941f0a5e29bbf5e31da20c' into master-core-pull

8 years agoSquashed 'tmk_core/' changes from 08ce4c3..97c7ed4
tmk [Fri, 12 Feb 2016 05:38:49 +0000 (14:38 +0900)]
Squashed 'tmk_core/' changes from 08ce4c3..97c7ed4

97c7ed4 Fix COMMON_DIR in common.mk.

git-subtree-dir: tmk_core
git-subtree-split: 97c7ed4de60ec73de7b5af7c0d66041c523d037a

8 years agoChibios: cleanup usb_main code.
flabbergast [Thu, 11 Feb 2016 21:14:28 +0000 (21:14 +0000)]
Chibios: cleanup usb_main code.

8 years agoChibios: Fix a HardFault bug (wait after start).
flabbergast [Thu, 11 Feb 2016 21:12:19 +0000 (21:12 +0000)]
Chibios: Fix a HardFault bug (wait after start).

8 years agoMerge commit '28203e909e83b1ac6becb45a3eadae23b190df32' into master-core-pull
tmk [Thu, 11 Feb 2016 03:21:21 +0000 (12:21 +0900)]
Merge commit '28203e909e83b1ac6becb45a3eadae23b190df32' into master-core-pull

8 years agoSquashed 'tmk_core/' changes from 57d27a8..08ce4c3
tmk [Thu, 11 Feb 2016 03:21:21 +0000 (12:21 +0900)]
Squashed 'tmk_core/' changes from 57d27a8..08ce4c3

08ce4c3 Add update for chibios in README
30cac1d Merge remote-tracking branch 'flabbergast-tmk_keyboard/chibios'
f218a38 core: Remove unused warning. Fix tmk_keyboard/#293
3e68807 Chibios: add more guards for transmitting (fix a deadlock bug).
cecc807 core: Speed up compilation
d01d959 Merge remote-tracking branch 'upstream/master' into chibios
8ff12ae Merge pull request #230 from jerryen/master
3afb83d core: Add note about sudo and git
2525d5d Chibios: Update to new USB API.
2fc5cd6 Merge branch 'master' into chibios
6f5511a core: Fix variable initialize
02a15fa core: Fix variable init and header include
1833ca1 Merge pull request #292 from obones/command_warning
bc9dc6f Merge pull request #294 from shayneholmes/fix-debug-message
c1b891b Merge pull request #295 from doopai/master
1da837c core: Add macro commands SM(), RM() and CM()
d9d5a93 Add support for storing, restoring and clearing modifiers in macros
4f371c0 core: Add dfu-programmer example to doc/build.md
ba3792e core: Fix doc/build.md
4b99fed remove  SERIAL_SOFT_DEBUG macro
984accb Fix typo in bootmagic debug message
67a7ea1 usb_usb: Fix for keymap editor
2fc9ae4 host_driver is only used if KEYBOARD_LOCK_ENABLE is defined
a35cdea Chibios: add 'core/protocol' to the makefiles' search path.
5ed2fd6 Merge remote-tracking branch 'upstream/master' into chibios
bbc4851 Do timeout when writing to CONSOLE EP queue.
2450559 Remove an errant comma trailing the KC_ERAS macro alias
8465747 Merge pull request #270 from jeffgran/single-tap-toggle
a37339a Merge pull request #271 from jeffgran/default-layer-toggle
8e732f7 core: Update doc/build.md and remove other_projects.md
e47dc15 Workaround for compiler warnings when console disabled.
4184c52 Add maple mini code.
b555238 core: Fix rules.mk for dfu target
26dacf4 add ACTION_DEFAULT_LAYER_TOGGLE to toggle a default layer on/off
83607d9 enable TAPPING_TOGGLE=1 to work correctly
bef3089 Merge branch 'master' into chibios
f7a55fd core: Fix debug print of usb_hid
1402f7d core: Add keycode KC_JPY for JIS
8e3a460 Chibios: Remove the wait in the main loop.
7d41746 ChibiOS: prettify/document sleep_led code.
235cdee ChibiOS: Update infinity bootloader code to match updated ChibiOS.
807bf1e Chibios: Add breathing sleep LED on Kinetis MCUs.
ba3bf7c ChibiOS: make reset request more CMSISy.
bf2ffd4 Add correct chibios/bootloader_jump for infinity KB.
f5e03fd Chibios/usb_main: rename a variable for clarity.
63a330c Fix drop key stroke
d8f5b06 Fix report size of boot protocol.
38abb50 ChibiOS/STM32: send remote wakeup.
6725650 ChibiOS/kinetis: sending remote wakeup.
69f6e54 Chibios: use WFI in idle. WIP suspend stuff.
02f044b Move chibios/cortex selection to local Makefiles.
fa59dfa Rename chibios example keyboard.
5c060de Add eeprom support for chibios/kinetis.
efd0044 Move declaration of keymap_config.
7196b24 Make bootmagic.c code portable (_delay_ms -> wait_ms).
37b15b2 Add missing #include to keymap.c.
31316e3 Merge branch 'master' into chibios
166f312 Fix chibios/usb_main GET_REPORT handing.
57ac6c2 Add ARM Teensies bootloader code.
1758086 Move STM32 bootloader address config to separate .h file.
03bb026 Rename some Makefile defines.
76ba6ac NKRO fixes.
06498f8 Update chibios README.
db0a4f5 Add basic sleep_led for chibios.
c3f930e Move AVR specific sleep_led.c into avr.
4069494 Fix bootloader-jump compiling.
9117f7b Small updates.
269cb85 Implement jump-to-bootloader.
7e81b34 Move chibios to tool.
923a892 Make usb_main more USB_DRIVER #define independent.
aa054f0 Add ChibiOS support (USB stack + support files).
1e3e282 Modularity and gcc warnings fixes.
2f60ce0 Add KEYBOARD_LOCK_ENABLE to makefile

git-subtree-dir: tmk_core
git-subtree-split: 08ce4c3021d2ecd446c5b9a137aded65423d241e

8 years agoChange README for chibios
tmk [Tue, 9 Feb 2016 23:11:45 +0000 (08:11 +0900)]
Change README for chibios

8 years agoMerge remote-tracking branch 'flabbergast-tmk_keyboard/chibios'
tmk [Tue, 9 Feb 2016 20:31:43 +0000 (05:31 +0900)]
Merge remote-tracking branch 'flabbergast-tmk_keyboard/chibios'

Merge flabbergast's chibios protocol into master
https://github.com/flabbergast/tmk_keyboard/tree/chibios

8 years agoibm4704_usb: Fix README.md
tmk [Tue, 2 Feb 2016 05:27:19 +0000 (14:27 +0900)]
ibm4704_usb: Fix README.md

8 years agoibm4704_usb: Add Makefiles for TMK Converter
tmk [Tue, 2 Feb 2016 04:51:47 +0000 (13:51 +0900)]
ibm4704_usb: Add Makefiles for TMK Converter

8 years agocore: Remove unused warning. Fix tmk_keyboard/#293
tmk [Tue, 26 Jan 2016 23:14:44 +0000 (08:14 +0900)]
core: Remove unused warning. Fix tmk_keyboard/#293

8 years agoMerge pull request #299 from kairyu/speed-up-compilation
tmk [Sun, 24 Jan 2016 01:16:43 +0000 (10:16 +0900)]
Merge pull request #299 from kairyu/speed-up-compilation

core: Speed up compilation

8 years agoChibios: add more guards for transmitting (fix a deadlock bug).
flabbergast [Fri, 22 Jan 2016 22:19:02 +0000 (22:19 +0000)]
Chibios: add more guards for transmitting (fix a deadlock bug).

8 years agocore: Speed up compilation
Kai Ryu [Fri, 22 Jan 2016 01:21:51 +0000 (10:21 +0900)]
core: Speed up compilation

8 years agoMerge remote-tracking branch 'upstream/master' into chibios
flabbergast [Mon, 18 Jan 2016 07:36:39 +0000 (07:36 +0000)]
Merge remote-tracking branch 'upstream/master' into chibios

8 years agoMerge pull request #230 from jerryen/master
tmk [Sat, 16 Jan 2016 02:17:13 +0000 (11:17 +0900)]
Merge pull request #230 from jerryen/master

Add KEYBOARD_LOCK_ENABLE to makefile

8 years agocore: Add note about sudo and git
tmk [Sat, 16 Jan 2016 01:05:32 +0000 (10:05 +0900)]
core: Add note about sudo and git

8 years agoChibios: Update to new USB API.
flabbergast [Fri, 15 Jan 2016 21:41:51 +0000 (21:41 +0000)]
Chibios: Update to new USB API.

8 years agoMerge branch 'master' into chibios
flabbergast [Fri, 15 Jan 2016 17:11:46 +0000 (17:11 +0000)]
Merge branch 'master' into chibios

8 years agocore: Fix variable initialize
tmk [Fri, 15 Jan 2016 07:26:01 +0000 (16:26 +0900)]
core: Fix variable initialize

8 years agocore: Fix variable init and header include
tmk [Fri, 15 Jan 2016 07:24:06 +0000 (16:24 +0900)]
core: Fix variable init and header include

8 years agoMerge pull request #292 from obones/command_warning
tmk [Fri, 15 Jan 2016 07:07:14 +0000 (16:07 +0900)]
Merge pull request #292 from obones/command_warning

Fix warning in command.c

8 years agoMerge pull request #294 from shayneholmes/fix-debug-message
tmk [Fri, 15 Jan 2016 07:04:21 +0000 (16:04 +0900)]
Merge pull request #294 from shayneholmes/fix-debug-message

Fix typo in bootmagic debug message

8 years agoMerge pull request #295 from doopai/master
tmk [Fri, 15 Jan 2016 07:03:57 +0000 (16:03 +0900)]
Merge pull request #295 from doopai/master

remove  SERIAL_SOFT_DEBUG macro

8 years agocore: Add macro commands SM(), RM() and CM()
tmk [Fri, 15 Jan 2016 07:00:56 +0000 (16:00 +0900)]
core: Add macro commands SM(), RM() and CM()

8 years agoAdd support for storing, restoring and clearing modifiers in macros
Adrian L Lange [Fri, 23 Oct 2015 18:38:50 +0000 (20:38 +0200)]
Add support for storing, restoring and clearing modifiers in macros

8 years agocore: Add dfu-programmer example to doc/build.md
tmk [Fri, 15 Jan 2016 05:30:47 +0000 (14:30 +0900)]
core: Add dfu-programmer example to doc/build.md

8 years agocore: Fix doc/build.md
tmk [Fri, 15 Jan 2016 05:12:57 +0000 (14:12 +0900)]
core: Fix doc/build.md

8 years agousb_usb: Change matrix size 32x8 to 16x16
tmk [Fri, 15 Jan 2016 03:18:58 +0000 (12:18 +0900)]
usb_usb: Change matrix size 32x8 to 16x16

8 years agoremove SERIAL_SOFT_DEBUG macro
duanhongyi [Thu, 14 Jan 2016 07:27:26 +0000 (15:27 +0800)]
remove  SERIAL_SOFT_DEBUG macro

SERIAL_SOFT_DEBUG can be defined in the `config.h`

8 years agoFix typo in bootmagic debug message
Shayne Holmes [Tue, 12 Jan 2016 18:19:58 +0000 (10:19 -0800)]
Fix typo in bootmagic debug message

8 years agoMerge branch 'usb_usb_editor'
tmk [Tue, 12 Jan 2016 06:15:31 +0000 (15:15 +0900)]
Merge branch 'usb_usb_editor'

8 years agousb_usb: Fix for keymap editor
tmk [Tue, 12 Jan 2016 04:03:22 +0000 (13:03 +0900)]
usb_usb: Fix for keymap editor

8 years agohhkb: Add note about RN42
tmk [Tue, 12 Jan 2016 02:31:07 +0000 (11:31 +0900)]
hhkb: Add note about RN42

8 years agoFix fn_actions for keymap editor
tmk [Mon, 11 Jan 2016 17:21:56 +0000 (02:21 +0900)]
Fix fn_actions for keymap editor

8 years agom0110_usb: Add LED flash on startup
tmk [Fri, 8 Jan 2016 03:48:35 +0000 (12:48 +0900)]
m0110_usb: Add LED flash on startup

8 years agoadb_usb: Add LED flash on startup
tmk [Fri, 8 Jan 2016 01:39:23 +0000 (10:39 +0900)]
adb_usb: Add LED flash on startup

8 years agoadb_usb: Change keycode PEQL to EQL(Fix #238)
tmk [Fri, 8 Jan 2016 01:25:24 +0000 (10:25 +0900)]
adb_usb: Change keycode PEQL to EQL(Fix #238)

Windows doesn't support PEQL(Keypad =)

8 years agohost_driver is only used if KEYBOARD_LOCK_ENABLE is defined
obones [Thu, 7 Jan 2016 13:40:53 +0000 (14:40 +0100)]
host_driver is only used if KEYBOARD_LOCK_ENABLE is defined

8 years agoChibios: add 'core/protocol' to the makefiles' search path.
flabbergast [Wed, 30 Dec 2015 09:46:08 +0000 (10:46 +0100)]
Chibios: add 'core/protocol' to the makefiles' search path.

8 years agoChibios: Tsy LC is cortex-m0plus.
flabbergast [Sun, 27 Dec 2015 18:32:27 +0000 (19:32 +0100)]
Chibios: Tsy LC is cortex-m0plus.

8 years agoChibios: update Teensy 3.x instructions.
flabbergast [Sat, 26 Dec 2015 18:54:33 +0000 (19:54 +0100)]
Chibios: update Teensy 3.x instructions.

8 years agoChibios: add makefiles for Teensy 3.x examples.
flabbergast [Mon, 21 Dec 2015 17:04:46 +0000 (17:04 +0000)]
Chibios: add makefiles for Teensy 3.x examples.

8 years agoChibios: rename example stm32_onekey -> stm32_f072_onekey.
flabbergast [Mon, 21 Dec 2015 17:04:23 +0000 (17:04 +0000)]
Chibios: rename example stm32_onekey -> stm32_f072_onekey.

8 years agoChibios: updates for 3.0.4 git.
flabbergast [Mon, 21 Dec 2015 08:45:26 +0000 (08:45 +0000)]
Chibios: updates for 3.0.4 git.

8 years agoMerge remote-tracking branch 'upstream/master' into chibios
flabbergast [Fri, 18 Dec 2015 20:54:41 +0000 (20:54 +0000)]
Merge remote-tracking branch 'upstream/master' into chibios

8 years agoDo timeout when writing to CONSOLE EP queue.
flabbergast [Fri, 18 Dec 2015 20:50:59 +0000 (20:50 +0000)]
Do timeout when writing to CONSOLE EP queue.

Fixes TMK bug #266.

8 years agoMerge pull request #278 from uxp/keycode_syntax_fix
tmk [Wed, 9 Dec 2015 01:44:27 +0000 (10:44 +0900)]
Merge pull request #278 from uxp/keycode_syntax_fix

Remove an errant comma trailing the KC_ERAS macro alias

8 years agoRemove an errant comma trailing the KC_ERAS macro alias
Howard P. Logsdon [Tue, 8 Dec 2015 23:46:08 +0000 (16:46 -0700)]
Remove an errant comma trailing the KC_ERAS macro alias

8 years agoMerge branch 'master' of github.com:tmk/tmk_keyboard
tmk [Sat, 5 Dec 2015 09:17:12 +0000 (18:17 +0900)]
Merge branch 'master' of github.com:tmk/tmk_keyboard

8 years agoMerge pull request #270 from jeffgran/single-tap-toggle
tmk [Sat, 5 Dec 2015 09:15:10 +0000 (18:15 +0900)]
Merge pull request #270 from jeffgran/single-tap-toggle

enable TAPPING_TOGGLE=1 to work correctly

8 years agoMerge branch 'jeffgran-single-tap-toggle'
tmk [Sat, 5 Dec 2015 09:14:46 +0000 (18:14 +0900)]
Merge branch 'jeffgran-single-tap-toggle'

8 years agoenable TAPPING_TOGGLE=1 to work correctly
Jeff Gran [Thu, 26 Nov 2015 07:42:42 +0000 (00:42 -0700)]
enable TAPPING_TOGGLE=1 to work correctly

if TAPPING_TOGGLE is 1, then tap a single time should toggle the mods on/off each tap.

Previously this was broken, this fixes it. This allows the same key to either hold (momentary mod) or tap (toggle mod, like capslock).

8 years agoMerge pull request #271 from jeffgran/default-layer-toggle
tmk [Sat, 5 Dec 2015 05:21:40 +0000 (14:21 +0900)]
Merge pull request #271 from jeffgran/default-layer-toggle

add ACTION_DEFAULT_LAYER_TOGGLE to toggle a default layer on/off

8 years agoMerge pull request #267 from riginding/master
tmk [Sat, 5 Dec 2015 05:20:51 +0000 (14:20 +0900)]
Merge pull request #267 from riginding/master

add KC_MRWD and KC_MFFD to rn42

8 years agoRemove doc/
tmk [Sat, 5 Dec 2015 04:52:12 +0000 (13:52 +0900)]
Remove doc/

8 years agocore: Update doc/build.md and remove other_projects.md
tmk [Sat, 5 Dec 2015 04:29:20 +0000 (13:29 +0900)]
core: Update doc/build.md and remove other_projects.md

8 years agoadb_usb: Update README and Makefiles
tmk [Sat, 5 Dec 2015 01:15:06 +0000 (10:15 +0900)]
adb_usb: Update README and Makefiles

8 years agoAdd maple mini pinout pic.
flabbergast [Thu, 3 Dec 2015 09:26:22 +0000 (09:26 +0000)]
Add maple mini pinout pic.

8 years agoSTM32F103x fixes.
flabbergast [Thu, 3 Dec 2015 09:24:49 +0000 (09:24 +0000)]
STM32F103x fixes.

8 years agoWorkaround for compiler warnings when console disabled.
flabbergast [Thu, 3 Dec 2015 09:05:09 +0000 (09:05 +0000)]
Workaround for compiler warnings when console disabled.

8 years agoAdd maple mini code.
flabbergast [Thu, 3 Dec 2015 08:49:55 +0000 (08:49 +0000)]
Add maple mini code.

8 years agoAdd generic STM32F103C8T6 example.
Aurelien Bondis [Mon, 30 Nov 2015 17:36:15 +0000 (17:36 +0000)]
Add generic STM32F103C8T6 example.

8 years agocore: Fix rules.mk for dfu target
tmk [Thu, 26 Nov 2015 22:19:19 +0000 (07:19 +0900)]
core: Fix rules.mk for dfu target

8 years agoadd ACTION_DEFAULT_LAYER_TOGGLE to toggle a default layer on/off
Jeff Gran [Thu, 26 Nov 2015 07:57:07 +0000 (00:57 -0700)]
add ACTION_DEFAULT_LAYER_TOGGLE to toggle a default layer on/off

8 years agoenable TAPPING_TOGGLE=1 to work correctly
Jeff Gran [Thu, 26 Nov 2015 07:42:42 +0000 (00:42 -0700)]
enable TAPPING_TOGGLE=1 to work correctly

if TAPPING_TOGGLE is 1, then tap a single time should toggle the mods on/off each tap.

Previously this was broken, this fixes it. This allows the same key to either hold (momentary mod) or tap (toggle mod, like capslock).

8 years agoMerge branch 'master' into chibios
flabbergast [Mon, 23 Nov 2015 15:51:59 +0000 (15:51 +0000)]
Merge branch 'master' into chibios

8 years agousb_usb: Fix JIS keymap
tmk [Sat, 21 Nov 2015 07:05:42 +0000 (16:05 +0900)]
usb_usb: Fix JIS keymap

8 years agocore: Fix debug print of usb_hid
tmk [Wed, 18 Nov 2015 05:18:59 +0000 (14:18 +0900)]
core: Fix debug print of usb_hid

8 years agousb_usb: Add keymap of iso and of jis
tmk [Wed, 18 Nov 2015 05:17:51 +0000 (14:17 +0900)]
usb_usb: Add keymap of iso and of jis

8 years agocore: Add keycode KC_JPY for JIS
tmk [Wed, 18 Nov 2015 05:07:19 +0000 (14:07 +0900)]
core: Add keycode KC_JPY for JIS

8 years agoChibios: Remove the wait in the main loop.
flabbergast [Sat, 14 Nov 2015 09:17:01 +0000 (09:17 +0000)]
Chibios: Remove the wait in the main loop.

8 years agoMerge remote-tracking branch 'upstream/master' into chibios
flabbergast [Tue, 10 Nov 2015 20:54:49 +0000 (20:54 +0000)]
Merge remote-tracking branch 'upstream/master' into chibios

8 years agoInfinity_chibios: improve comments.
flabbergast [Tue, 10 Nov 2015 20:54:01 +0000 (20:54 +0000)]
Infinity_chibios: improve comments.

8 years agohhkb: fix for keymap editor
tmk [Mon, 9 Nov 2015 02:21:45 +0000 (11:21 +0900)]
hhkb: fix for keymap editor

8 years agoalps64: support for keymap editor
tmk [Sun, 8 Nov 2015 04:05:30 +0000 (13:05 +0900)]
alps64: support for  keymap editor

8 years agoadd KC_MRWD and KC_MFFD to rn42
Ryan Riginding [Sat, 7 Nov 2015 16:00:28 +0000 (17:00 +0100)]
add KC_MRWD and KC_MFFD to rn42

on OSX KC_MRWD and KC_MFFD are used instead of KC_MPRV and KC_MNXT

8 years agoMerge branch 'master' into chibios
flabbergast [Fri, 30 Oct 2015 07:21:22 +0000 (07:21 +0000)]
Merge branch 'master' into chibios

8 years agoAdd doc of HHKB original keycodes
tmk [Tue, 20 Oct 2015 21:59:26 +0000 (06:59 +0900)]
Add doc of HHKB original keycodes

8 years agoChibiOS: prettify/document sleep_led code.
flabbergast [Sun, 18 Oct 2015 17:54:34 +0000 (18:54 +0100)]
ChibiOS: prettify/document sleep_led code.

8 years agoChibiOS: Update infinity bootloader code to match updated ChibiOS.
flabbergast [Sun, 18 Oct 2015 10:55:39 +0000 (11:55 +0100)]
ChibiOS: Update infinity bootloader code to match updated ChibiOS.

8 years agoChibios: Add breathing sleep LED on Kinetis MCUs.
flabbergast [Sun, 18 Oct 2015 10:37:27 +0000 (11:37 +0100)]
Chibios: Add breathing sleep LED on Kinetis MCUs.

8 years agoChibiOS: make reset request more CMSISy.
flabbergast [Sun, 18 Oct 2015 09:44:08 +0000 (10:44 +0100)]
ChibiOS: make reset request more CMSISy.

8 years agoInfinity_chibios: select correct bootloader_jump.
flabbergast [Sat, 17 Oct 2015 17:23:13 +0000 (18:23 +0100)]
Infinity_chibios: select correct bootloader_jump.

8 years agoAdd correct chibios/bootloader_jump for infinity KB.
flabbergast [Sat, 17 Oct 2015 17:20:12 +0000 (18:20 +0100)]
Add correct chibios/bootloader_jump for infinity KB.

8 years agoChibios/usb_main: rename a variable for clarity.
flabbergast [Sat, 17 Oct 2015 17:18:47 +0000 (18:18 +0100)]
Chibios/usb_main: rename a variable for clarity.

8 years agoFix drop key stroke
Jun Wako [Sat, 17 Oct 2015 06:28:21 +0000 (15:28 +0900)]
Fix drop key stroke

Keyboard report should be checked if its transfer finishs successfully.
Otherwise key stroke can be missing when other key event occurs
before the last report transfer is done.

Boot protocol 10ms interval probably causes this problem in case
it receives key events in a row within the period. NKRO protocol
suffers less or nothing due to its interval 1ms.

8 years agoAdd keymap_hasu.c
Jun Wako [Fri, 16 Oct 2015 17:52:44 +0000 (02:52 +0900)]
Add keymap_hasu.c

8 years agoFix report size of boot protocol.
Jun Wako [Fri, 16 Oct 2015 16:59:55 +0000 (01:59 +0900)]
Fix report size of boot protocol.

8 years agoMerge branch 'infinity_chibios' of ../tmk_chibios into infinity_chibios
Jun Wako [Fri, 16 Oct 2015 14:39:26 +0000 (23:39 +0900)]
Merge branch 'infinity_chibios' of ../tmk_chibios into infinity_chibios

Imprint / Impressum