aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-09-25Add build option KEYMAP_SECTION_ENABLE to m0110Gravatar tmk
2013-09-25Add M0120 scan code diagramGravatar tmk
2013-09-25Fix LUFA blocking during startupGravatar tmk
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-21Fix USB initilaize on LUFAGravatar tmk
- Add print messages of USB intialize procesure. - call out sei() in earlier stage. LUFA API doc of USB_Init() says: interrupts must be enabled within 500ms ... to ensure that the host does not time out whilst enumerating the device - remove matrix_init() from suspend_wakeup_init(). It is not needed in fact and if matrix_init() takes long time to initialize it prevents host emnumerating the device.
2013-09-21Merge branch 'm0110_next'Gravatar tmk
2013-09-21Fix to bootmagic key configurableGravatar tmk
2013-09-21Fix README of M0110Gravatar tmk
2013-09-21Change keymap and enable bootmagic of M0110Gravatar tmk
2013-09-21Remove procedures not neeed from init of M0110Gravatar tmk
2013-09-20Change m0110 pin configuration: swap D0 and D1Gravatar tmk
2013-09-19Merge branch 'tapping_fix60'Gravatar tmk
2013-09-19Fix version info commandGravatar tmk
2013-09-18Fix bootloader jump use word addressGravatar tmk
- Call of function pointer is compiled into 'icall' instruction. It should use word address but it has used byte address :( It seems jump has worked luckily by chance until now. why it worked?
2013-09-18Fix Tapping: release of a key pressed before tapGravatar tmk
- immediately process release event of a key pressed before tapping
2013-09-11Fix action macrosGravatar tmk
2013-09-11Merge branch 'keymap_section'Gravatar tmk
2013-09-11Add build option KEYMAP_SECTION for keymap editorGravatar tmk
2013-09-11Add version stringGravatar tmk
2013-09-11Add ld script for keymap sectionGravatar tmk
2013-08-05Add files for onekey(issue #56)Gravatar tmk
- https://github.com/tmk/tmk_keyboard/issues/56
2013-08-04Change Makefile and port settingGravatar tmk
- Makefile use LUFA now - Change MCU ports PF{0,1} to PD{0,1} - Add build option for keymap to Makefile: make keymap=hasu
2013-07-29Fix tapping count over flow(issue #52)Gravatar tmk
2013-07-29Merge branch 'lufa_nkro'Gravatar tmk
2013-07-29Change README Makefile and config.h in hhkbGravatar tmk
2013-07-28Add NKRO support for LUFAGravatar tmk
2013-07-24Merge branch 'bootmagic_salt'(Fix issue #41)Gravatar tmk
2013-07-24Add bootmagic salt key to avoid accidental configurationGravatar tmk
2013-07-23Merge branch 'lockkey_fix'(Fix issue #46)Gravatar tmk
2013-07-23Add mechanical locking switch support for NumLock and ScrollLockGravatar tmk
2013-07-23Merge branch 'macro_mediakey'(Fix issue #42)Gravatar tmk
2013-07-23Add support for macro media/system keysGravatar tmk
2013-07-21Merge branch 'bob_fix'Gravatar tmk
2013-07-21Cancel tapping when interrupted by other keyGravatar tmk
2013-07-20Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXTGravatar tmk
2013-07-15Add compile conditional for assembler(xprintf)Gravatar tmk
2013-07-11Merge branch 'hhkb_tmk'Gravatar tmk
2013-07-11Fix README and docGravatar tmk
2013-07-11Add Caps Lock LED on PD6Gravatar tmk
2013-07-08Add power control of keyswitch board and tweak scan waitGravatar tmk
2013-07-07Merge pull request #44 from Wraul/phantom_fixGravatar tmk
Correcting Phantom mistakes
2013-07-07Correction to Phantom readme markdown.Gravatar Wraul
2013-07-07Fix Phantom scroll lock LED.Gravatar Wraul
2013-07-03Merge pull request #40 from yeeeargh/hid_liber-standard-layoutsGravatar tmk
Added standard layouts for ANSI and ISO to hid_liber
2013-07-03Added standard layouts for ANSI and ISO. Moved the initial layout from ↵Gravatar yeeeargh
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.
2013-07-03Tweak tap timing for slow tap on space barGravatar tmk
2013-07-03Add Makefile for tmk board and tweak scan waitGravatar tmk
2013-06-25Fix debouncing bug in hid_liber(Issue #26)Gravatar tmk
2013-06-23Merge branch 'Wraul-kmac'Gravatar tmk
2013-06-23Add BACKLIGHT_ENABLE conditionalGravatar tmk
2013-06-22Fix typoGravatar tmk