Jun Wako
|
5ce9bf8353
|
Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c'
|
9 years ago |
Jun Wako
|
fdc38ef3f9
|
Squashed 'tmk_core/' changes from dc0e46e..57d27a8
57d27a8 Merge branch 'core_update_150924' into core
024abe3 core: Fix NKRO ifdef
7aa2d30 core: Fix for disabling NKRO in Boot protocol
95651fd core: Fix message print of debug command
c20cd29 lufa: Fix endpoint bank mode for ATMega32u2
82ac21f next_usb: Fix next_kbd_set_leds()
537d9c7 Change to KC_BOOTLOADER(KC_BTLD)
f2b3772 Add an assignable RESET key
fc99257 Fix parenthesis
e852582 Fix weak modifier clear in action macro
c2a6c5c core: Fix lufa suspend callback(#234)
fa548c5 usb_usb: Ignore error usage(0x01-03) report
513d95c usb_usb: Support locking key indicator LED
cd78802 core: Add keymap section ldscript for ATMega32U2
70c9abd Add description for non-US keys on keycode.h
538c192 lufa: Fix console flush #223
87628c9 Revert "Make action_for_key a weak symbol"
3c0a1ba Make action_for_key a weak symbol
6bb0d7d ibm4704_usb: Fix protocol handling
b6ef5cf Add keyboard_setup() and matrix_setup()
f4bb8b2 ibm4704_usb: Fix interrupt of clock(rising edge)
0c1fcc1 usb_usb: Change debug LED pin config
595710d Reduce code size of magic commands
6bed174 Add description of AVR bootloader and boot section
54c6a01 Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5'
d18d42e Merge branch 'core-update2' into core
febec88 Add compile options '-fdata-sections'
git-subtree-dir: tmk_core
git-subtree-split: 57d27a8e39173a589b4abae74851f95c39940174
|
9 years ago |
Jun Wako
|
77afc5a76f
|
core: Fix NKRO ifdef
|
9 years ago |
Jun Wako
|
79fd952da4
|
ibm4704: Add keymap for Alps 102-key
|
9 years ago |
tmk
|
ed9766a7d4
|
core: Fix for disabling NKRO in Boot protocol
|
9 years ago |
tmk
|
e8a4a63ec4
|
core: Fix message print of debug command
|
9 years ago |
tmk
|
bf3d4b3c06
|
lufa: Fix endpoint bank mode for ATMega32u2
|
9 years ago |
tmk
|
0b14b56006
|
next_usb: Fix for mssing key event
|
9 years ago |
tmk
|
c1f36042b4
|
next_usb: Change LEDs usage for CapsLock status
|
9 years ago |
tmk
|
4fd703e995
|
next_usb: Change for TMK converter configuration
|
9 years ago |
tmk
|
276fc93016
|
next_usb: Fix keymap
|
9 years ago |
tmk
|
9b99f8f864
|
next_usb: Fix next_kbd_set_leds()
|
9 years ago |
tmk
|
6147f5705a
|
Merge branch 'skullydazed-assignable_RESET'
|
9 years ago |
tmk
|
498654fc4c
|
Change to KC_BOOTLOADER(KC_BTLD)
|
9 years ago |
skullY
|
bb8c1d29fa
|
Add an assignable RESET key
|
9 years ago |
tmk
|
dc04983fd7
|
Merge branch 'ibm4704_alps102'
|
9 years ago |
tmk
|
a8d4daa761
|
Fix parenthesis
|
9 years ago |
tmk
|
0c21b263f9
|
Fix weak modifier clear in action macro
|
9 years ago |
tmk
|
9f1d23bfe1
|
Add Ateml toolchain and remove specific chip name
|
9 years ago |
tmk
|
a63a9c7845
|
ibm4704: Add keymap for Alps models
https://geekhack.org/index.php?topic=54706.msg1858175#msg1858175
|
9 years ago |
tmk
|
455fd51a87
|
Fix 'enable break' commands for Alps models
https://geekhack.org/index.php?topic=54706.msg1856618#msg1856618
|
9 years ago |
tmk
|
79cf2d59ae
|
Fix #239 unresponsive keys of HHKB JP during power saving
|
9 years ago |
tmk
|
35203cad6a
|
core: Fix lufa suspend callback(#234)
With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason.
It is unneeded in actual and removed.
|
9 years ago |
tmk
|
d4220ac9f3
|
hhkb: Add power saving code of matrix scan for JP
|
9 years ago |
tmk
|
1efdd867c8
|
usb_usb: Ignore error usage(0x01-03) report
|
9 years ago |
tmk
|
6f5e8ce17e
|
usb_usb: Support locking key indicator LED
|
9 years ago |
tmk
|
e1e0e5b4fb
|
onekey: Add V-USB build
|
9 years ago |
tmk
|
5f06f26e03
|
ps2_usb: Fix for V-USB build
|
9 years ago |
tmk
|
448aa73c39
|
ps2_usb: Fix for mbed build
|
9 years ago |
tmk
|
8746ad98cc
|
core: Add keymap section ldscript for ATMega32U2
|
9 years ago |
tmk
|
ce8b1e5f13
|
m0110_usb: Change keymap and Makefile
|
9 years ago |
tmk
|
507ebb34f5
|
alps64: Change keymaps and USB descriptors.
|
10 years ago |
tmk
|
070a6be638
|
Add description for non-US keys on keycode.h
|
10 years ago |
tmk
|
a551608873
|
sun_usb: LED update for hotplug keyboard into converter
|
10 years ago |
tmk
|
49b0c7e5ef
|
sun_usb: Fix LED status update at startup
|
10 years ago |
tmk
|
37af88217d
|
sun_usb: Fix serial recv intrrupt trriger edge #228
|
10 years ago |
tmk
|
fdce0c9cc0
|
lufa: Fix console flush #223
Old console sent unneeded empty data every one milli sencond.
After this fix console flushes endpoint data bank every 50ms only when needed.
|
10 years ago |
tmk
|
5b46031658
|
Revert "Make action_for_key a weak symbol"
This reverts commit c17b8a599e .
The commit made compile error and its intention is unclear.
|
10 years ago |
tmk
|
32abfacbc7
|
Merge pull request #216 from DigitalBrains1/modelm101
Add 101-key Model M terminal keyboard
|
10 years ago |
tmk
|
63c07c9a0f
|
Merge pull request #217 from SaskatoonTechworks/tmk_core_action
Make action_for_key a weak symbol
|
10 years ago |
Dan McGregor
|
c17b8a599e
|
Make action_for_key a weak symbol
|
10 years ago |
tmk
|
81137b7a61
|
Merge branch 'ibm4704_fix_protocol'
|
10 years ago |
tmk
|
80fd3b0b24
|
ibm4704_usb: Fix protocol handling
|
10 years ago |
tmk
|
6b588eb7f7
|
Add keyboard_setup() and matrix_setup()
|
10 years ago |
tmk
|
9a2282157f
|
ibm4704_usb: Fix interrupt of clock(rising edge)
|
10 years ago |
Jun Wako
|
6014d1014e
|
ps2_usb: Fix pin configuration
|
10 years ago |
Peter Lebbing
|
965110a041
|
Add 101-key Model M terminal keyboard
|
10 years ago |
tmk
|
2d9e0d5cab
|
ibm4704_usb: Add keymaps for 107 and 50-key
|
10 years ago |
tmk
|
c01ecce137
|
Revert "hhkb: Fix bug of matrix initialization for JP"
This reverts commit adfd5b92eb .
|
10 years ago |
tmk
|
8e7153d190
|
hhkb: Change document
|
10 years ago |