1
0
Gráfico de commits

542 Commits

Autor SHA1 Mensaje Fecha
Kai Ryu
c9b71e25fb kimera: Some minor fixes for RGB LED 2016-12-14 21:14:01 +09:00
Kai Ryu
e7d4a1c2e6 kimera: Change default row/col/matrix mapping 2016-12-14 20:45:20 +09:00
Kai Ryu
1f6f5ef776 kimera: Change usb vid/pid 2016-12-14 20:34:09 +09:00
Kai Ryu
48cc96168a Merge branch 'kimera' 2016-12-14 20:22:44 +09:00
Kai Ryu
d17103e6c8 staryu: Improve experience of backlight 2016-11-04 20:03:26 +09:00
Kai Ryu
2034ffcbb0 Merge branch 'master' of https://github.com/kairyu/tmk_keyboard_custom 2016-11-04 12:54:47 +09:00
Kai Ryu
f1148804a8 staryu: Improve experience of backlight 2016-11-04 12:50:53 +09:00
Kai Ryu
d0a4996494 staryu: Reduce brightness of RGB LED to half 2016-11-04 12:38:34 +09:00
Kai Ryu
06ccd085ef staryu: Make number of RGB LEDs configurable 2016-11-04 12:28:06 +09:00
Kai Ryu
08d721de8a gh60: Update backlight to match new APIs 2016-10-24 13:18:33 +09:00
Kai Ryu
bb673bba87 ergodone: Expand number of layers to 8 2016-09-15 13:26:06 +09:00
Kai Ryu
c00006b716 cw40: Enable MOUSEKEY by default 2016-09-01 15:47:52 +09:00
Kai Ryu
1388d9a3a9 ergodone: Correct makefile and pid 2016-09-01 15:27:25 +09:00
Kai Ryu
3874477e90 cw40: Initial working version 2016-08-31 19:18:52 +09:00
Kai Ryu
42bf46523a staryu: Update codes to support v1.4 hardware 2016-08-29 20:46:01 +09:00
Kai Ryu
b2163eddcc redscarfII: Update codes to match latest tmk_core 2016-08-26 10:48:40 +09:00
Kai Ryu
d5a709a057 ergodone: Initial working version 2016-08-25 18:27:47 +09:00
Kai Ryu
da21e0c7d8 Merge remote-tracking branch 'upstream/master' 2016-06-27 10:04:01 +09:00
tmk
885e7adb18 Move some projects to 'orphan' directory 2016-06-22 11:32:37 +09:00
Kai Ryu
55c3937ca0 Merge remote-tracking branch 'upstream/master' 2016-06-14 13:33:26 +09:00
tmk
60b88f155e hhkb: Fix links in README.md. Close #358 2016-06-08 09:54:19 +09:00
flabbergast
82e8e6fbaa Chibios: update examples to current chibios git.
Match the changes in mainline chibios:
 - update chconf.h
 - update supplied ld scripts structure
 - update Teensy instructions (switch to official
    chibios and introduce contrib)
2016-05-22 20:14:42 +09:00
Kai Ryu
45e4210673 kimera: Improve flexibility of combining of keymap
- Assign combining in row/col mapping
- Remove macro TWO_HEADED_KIMERA
- Now Kimera and Two Headed Kimera can use a common firmware
2016-04-27 10:15:28 +09:00
Kai Ryu
d621c06d68 kimera: Restructure i2c init and force stop 2016-03-31 19:11:41 +09:00
Kai Ryu
6508d8d7b8 kimera: Reduce communication with unused expander 2016-03-31 19:06:24 +09:00
Kai Ryu
93029977a8 kimera: Improve matrix scanning frequency
- Implement improved debounce algorithm
- Change combining of keymap for two-headed kimera
2016-03-31 18:52:43 +09:00
Kai Ryu
e2773c801a kimera: Support new softpwm change 2016-03-31 18:24:14 +09:00
tmk
532e850751 hhkb: Add Makefile.rn42.jp 2016-03-29 07:10:17 +09:00
tmk
1414ea3531 hhkb: Fix name of consumer keys 2016-03-29 07:00:56 +09:00
tmk
882059c018 alps64: Use keymap as default instead of actionmap 2016-03-16 16:17:33 +09:00
tmk
3349b6a56d Merge branch 'actionmap' 2016-03-16 15:04:41 +09:00
tmk
81c3c1082a alps64: Fix keymap(plain and editor) 2016-03-12 07:49:06 +09:00
tmk
0ed5017640 alps64: Add actionmaps 2016-03-03 17:05:22 +09:00
tmk
449b31c18b mbed build workaround for #212 2016-02-19 14:40:33 +09:00
flabbergast
72c52d30c8 Chibios: add more guards for transmitting (fix a deadlock bug). 2016-01-22 22:19:02 +00:00
Kai Ryu
41741230b8 kimera: Add a simple rgb led and ws2812 support 2016-01-20 16:25:51 +09:00
flabbergast
ffbaeb7986 Merge branch 'master' into chibios 2016-01-15 17:11:46 +00:00
tmk
c5d98f5c6f hhkb: Add note about RN42 2016-01-12 11:31:07 +09:00
tmk
467602749d Fix fn_actions for keymap editor 2016-01-12 02:21:56 +09:00
Kai Ryu
1351643020 Change to match new repository structure 2016-01-08 22:33:27 +09:00
Kai Ryu
78b9d6baac smart68: fix incorrect default keymap 2016-01-07 10:36:42 +09:00
flabbergast
1d6c6609e0 Chibios: Tsy LC is cortex-m0plus. 2015-12-27 19:32:27 +01:00
flabbergast
0998a9930d Chibios: update Teensy 3.x instructions. 2015-12-26 19:54:33 +01:00
flabbergast
b2a3a26537 Chibios: add makefiles for Teensy 3.x examples. 2015-12-21 17:04:46 +00:00
flabbergast
a47c3c7333 Chibios: rename example stm32_onekey -> stm32_f072_onekey. 2015-12-21 17:04:23 +00:00
flabbergast
dbbd4e8f8d Chibios: updates for 3.0.4 git. 2015-12-21 08:45:26 +00:00
flabbergast
8952d617ea Merge remote-tracking branch 'upstream/master' into chibios 2015-12-18 20:54:41 +00:00
Kai Ryu
44788f3f9a redscarfII: Renew preset default keymap 2015-12-17 18:42:14 +09:00
Kai Ryu
cdc5da9da9 redscarfII: Add triky esc for RedScarfII/II+ 2015-12-17 18:42:12 +09:00
Kai Ryu
6757f9138d redscarfII: Add support for RedScarfII+ 2015-12-17 18:42:09 +09:00