Commit Graph

2193 Commits (de2f95bc6f14893bc6fb293bd8eaa76f6f619c2e)
 

Author SHA1 Message Date
tmk 3e023e5b0c Cancel tapping when interrupted by other key
tmk f8fbecff4d Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT
tmk 86623f5724 Add compile conditional for assembler(xprintf)
tmk f4c69652c1 Merge branch 'hhkb_tmk'
tmk d2ea9e80a0 Fix README and doc
tmk 9d7278682e Add Caps Lock LED on PD6
tmk 0e37dd2ec5 Add power control of keyswitch board and tweak scan wait
tmk 292dbd51cc Merge pull request from Wraul/phantom_fix
Correcting Phantom mistakes
Wraul eef6aa58b7 Correction to Phantom readme markdown.
Wraul a21359a098 Fix Phantom scroll lock LED.
tmk 8848d0188f Merge pull request from yeeeargh/hid_liber-standard-layouts
Added standard layouts for ANSI and ISO to hid_liber
yeeeargh e0cb9cf30b Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default.
Added a README.md with links to the deskthority wikipages for this project and some build instructions.
tmk d965822857 Tweak tap timing for slow tap on space bar
tmk e9796ff462 Add Makefile for tmk board and tweak scan wait
tmk 681e019450 Fix debouncing bug in hid_liber(Issue )
tmk 5a0415749d Merge branch 'Wraul-kmac'
tmk 25ad212c4a Add BACKLIGHT_ENABLE conditional
tmk 82aec46722 Fix typo
Wraul 43e5ca60af Initial implementation for the KMAC
Wraul 1eb8523e95 Add support for backlight
tmk 9de9d71952 Add default layer config to bootmagic
tmk 2593ae1328 Merge branch 'x68k_led'
tmk ff47a56138 Add JIS layout to x68k
tmk f45f4193f2 Use serial_uart.c instead of x68k.c now
tmk 42c962412b Add LED support to x68k
tmk 1f7461578d Add description of 'LED special function of X68000'
tmk bebbe15562 Add power consumptions to doc
tmk c254a0d038 Change tapping parameter for hhkb/iwrap
tmk c0b7928e88 Add legacy keymap support for x68k
tmk ce950736a2 Merge pull request from Wraul/update_phantom
Polishing the Phantom project
tmk bf3a23b306 Merge pull request from Wraul/fix_sleep_led
Fixes to sleep LED
Mathias Andersson 43b4e2d3b1 Add Phantom README.
Mathias Andersson 6e548590c4 Move Phantom keymaps to separate header files.
Mathias Andersson 28aeef231b Fix Phantom sleep LED.
Mathias Andersson 9e84c89535 Correct order of rows for Phantom
Mathias Andersson 5c5312c508 Update Phantom debug print
This updates the Phantom project to use the new debug print functions.
Mathias Andersson ddf1759dbe Fixes to sleep LED.
Add help text.
Add missing SLEEP_LED_ENABLE checks.
tmk 862a006190 Fix keymap of hid_liber from yeeeargh
tmk 796defa86c Fix deprecated 'prog_*' typedef - Issue
- Remove prog_char from xpritnf
- Remove prog_macro_t from acton_macro

avr-libc-1.8 removed 'prog_*' typedef because the usage of
the __progmem__ attribute on a type is not supported in GCC.
http://www.nongnu.org/avr-libc/changes-1.8.html
tmk adbd15d5bd Fix command.c and README
tmk 92b0674a7f Fix makefile, debug print and keymap of HHKB
tmk cbb9c408e4 Merge branch 'fix_print'
tmk ff2d276b19 Use dprint and dprintf for debug
tmk d9c06db600 Add xprintf(xitoa) from elm-chan.org
tmk b9f558b3d8 Merge pull request from Wraul/update_phantom
More updates to Phantom
tmk 3750b16d2f Fix README of terminal converter
tmk 29c6f8d953 Merge branch 'master' of github.com:tmk/tmk_keyboard
tmk 7343366d3d Increase buffer size of PS2 protocol
tmk 95001dd6e4 Add support of Model F 122 terminal keyboard
- change initialize of keyboard in matrix_scan()
- keymap for 122 keys
- Mafilefie and config.h for LUFA and PS/2 USART
Mathias Andersson 3f48b13f81 Code style fixes for Phantom matrix.