tmk
|
8cab7e60a5
|
core: Fix Oneshot mods key repeat problem #474
|
2017-05-31 01:15:45 +09:00 |
|
tmk
|
ba2883fd9a
|
core: Fix for stuck key problem #441
- Idea form https://github.com/qmk/qmk_firmware/pull/182
- Define NO_TRACK_KEY_PRESS to get old behaviour
- This should resolve #105, #248, #397, #441 and FAQ entry: https://github.com/tmk/tmk_keyboard/wiki/FAQ-Keymap#modifierlayer-stuck
|
2017-05-30 15:25:26 +09:00 |
|
tmk
|
cf9f157a7f
|
usb_usb: Update binary
|
2017-05-11 01:00:29 +09:00 |
|
tmk
|
a38dd9dda5
|
usb_usb: Add Makefiles
|
2017-05-11 00:59:20 +09:00 |
|
tmk
|
3eae475f8b
|
usb_usb: Remove startup wait
Some keyboards boot up quickly and cannot be enumerated
when powering up converter and keyboard at same time
|
2017-05-11 00:16:21 +09:00 |
|
tmk
|
b0573ba80e
|
x68k_usb: Add unimap
|
2017-05-08 16:10:37 +09:00 |
|
tmk
|
197ca82992
|
ibm4704: Update binary
|
2017-04-27 00:08:32 +09:00 |
|
tmk
|
22f6cb273e
|
fc660c: Change default keymap and binary
|
2017-04-15 16:16:43 +09:00 |
|
tmk
|
e382957c11
|
fc660c: Add unimap files
|
2017-04-11 21:52:36 +09:00 |
|
tmk
|
785bad10b9
|
fc660c: Update firmware binary
|
2017-04-11 16:00:56 +09:00 |
|
tmk
|
792074f49b
|
core: Fix typo
|
2017-04-11 15:54:35 +09:00 |
|
tmk
|
a71a0ef9d5
|
core: Change MOD_* definition to make OR(|) usable
https://github.com/tmk/tmk_keyboard/issues/448#issuecomment-285066234
|
2017-04-11 15:50:19 +09:00 |
|
tmk
|
44fc56a869
|
core: Fix for missing key on fc660c
|
2017-04-11 04:36:38 +09:00 |
|
tmk
|
4befc879f6
|
fc660c: Add unimap
|
2017-04-05 13:25:00 +09:00 |
|
tmk
|
2ed3abb6da
|
fc660c: Change pin for Insert LED
|
2017-04-03 02:32:21 +09:00 |
|
tmk
|
fc0fe84a69
|
fc660c: Update README
|
2017-04-03 02:31:02 +09:00 |
|
tmk
|
1972b40eae
|
Merge branch 'fc660c'
|
2017-03-06 09:26:16 +09:00 |
|
tmk
|
5d7ee9d906
|
fc660c: Emulates fc660c default keymap
|
2017-03-06 08:43:00 +09:00 |
|
tmk
|
472a60c40d
|
fc660c: Add LED support
|
2017-03-02 14:04:58 +09:00 |
|
tmk
|
fad7ebfc7f
|
fc660c: Add key mapping
|
2017-03-02 12:03:47 +09:00 |
|
Jun Wako
|
503837cd07
|
fc660c: Scan matrix
|
2017-02-28 13:51:27 +09:00 |
|
tmk
|
e109b5504b
|
hhkb: Revise doc
|
2017-02-27 14:28:59 +09:00 |
|
Jun Wako
|
36a29a5829
|
fc660c: Add initial files
|
2017-02-24 14:57:23 +09:00 |
|
tmk
|
0575b3db2e
|
adb_usb: Use MODS_TAP_KEY action for Power key
- MODS_TAP_KEY(MOD_NONE, KC_POWER) allows Power on tap and commands on hold
|
2017-02-03 08:55:28 +09:00 |
|
tmk
|
300628e5dc
|
core: Add MOD_NONE to mods_bit enum
|
2017-02-03 08:54:17 +09:00 |
|
tmk
|
778dc7fe08
|
Merge branch 'kl27z'
|
2017-01-26 21:43:15 +09:00 |
|
tmk
|
2d0e02efe0
|
Add keyboard/kl27z_kbd
|
2017-01-26 21:26:07 +09:00 |
|
tmk
|
657193dd6c
|
Fix filename and Makefile
|
2017-01-26 21:26:07 +09:00 |
|
tmk
|
9ea5931785
|
Add pinout on README
|
2017-01-26 21:26:07 +09:00 |
|
tmk
|
c7a79ff47e
|
Add kl27z_onekey project initial files
|
2017-01-26 21:26:07 +09:00 |
|
tmk
|
0de581ee82
|
hhkb: Fix startup of rn42 #407
- Enable build option INTERRUPT_CONTROL_ENDPOINT of LUFA
- Shorten LED blink at startup
|
2017-01-25 14:32:13 +09:00 |
|
tmk
|
cefaa07bb7
|
hhkb: Update binary
|
2017-01-23 10:16:47 +09:00 |
|
tmk
|
b5875f5648
|
hhkb: Update binaries
|
2017-01-23 10:07:46 +09:00 |
|
tmk
|
badbd1099b
|
adb_usb: Update binary
|
2017-01-14 15:53:36 +09:00 |
|
tmk
|
530818b2ab
|
alps64: Change keymap
|
2017-01-11 14:28:32 +09:00 |
|
tmk
|
c0f0909051
|
core: Fix LAYER_MODS() and LAYER_TAP()
- LAYER_MODS() accepts either left or right modifiers
- LAYER_TAP() can use modifier as tap key, related to #422
|
2017-01-11 10:30:47 +09:00 |
|
tmk
|
be80ed2ef3
|
core: Cancel removing IS_ANY() at c98e89f
IS_ANY() is used in usb_usb
|
2017-01-05 21:17:29 +09:00 |
|
tmk
|
39aeb1f7a2
|
hhkb: update firmware binaries
|
2017-01-04 13:02:23 +09:00 |
|
tmk
|
c98e89f2d5
|
core: Modifiers can be used as tap key Fix #422
|
2017-01-04 12:51:13 +09:00 |
|
tmk
|
2e464737aa
|
hhkb: Move functions which communicate with RN42
|
2016-12-26 12:15:39 +09:00 |
|
tmk
|
f4a20304e4
|
hhkb: Pin setting for power saving
|
2016-12-21 13:53:20 +09:00 |
|
tmk
|
1713aaa6ff
|
sun_usb: Fix keymap code
|
2016-12-21 11:06:47 +09:00 |
|
Aristeu Rozanski
|
5036662151
|
sun_usb: support US ESC key
Model 5 can also have ESC button between HELP and F1.
|
2016-12-21 09:14:34 +09:00 |
|
tmk
|
525e42f6bc
|
Merge pull request #416 from louisrousseau/master
adb_usb/matrix.c : changed size of handler_id from uint16_t to uint8_t
|
2016-12-20 16:30:26 +09:00 |
|
tmk
|
d5689296ab
|
core: Fix for ChibiOS update #411
|
2016-12-20 15:16:34 +09:00 |
|
Louis Rousseau
|
cccd4186f4
|
adb_usb/matrix.c : changed size of handler_id from uint16_t to uint8_t
|
2016-12-19 01:51:11 -05:00 |
|
tmk
|
8727b9645f
|
adb_usb: Fix keymap macro
|
2016-12-18 08:05:03 +09:00 |
|
tmk
|
1cc704c126
|
Merge branch 'adb_led_fix'
|
2016-12-10 14:54:18 +09:00 |
|
tmk
|
af667a0550
|
adb_usb: set_led at startup
|
2016-12-10 14:50:20 +09:00 |
|
tmk
|
62e92645e6
|
sun_usb: Turn out LED after matrix init
|
2016-12-10 13:10:33 +09:00 |
|