aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard
Commit message (Collapse)AuthorAgeFilesLines
* Change TOP_DIR to TMK_DIR in makefilestmk2015-04-0926-134/+134
|
* hhkb: Chane keymap for hasuJun Wako2015-04-071-2/+2
|
* hhkb: Fix bug of matrix initialization for JPJun Wako2015-04-071-1/+1
|
* Add alps64tmk2015-04-058-0/+691
|
* infinity: Fix disabling watchdogJun Wako2015-03-225-4/+400
| | | | | - watchdog is timed out before disabling it by mbed startup - old booloader disable watchdog while new(2015/01) doesn't
* infinity: For production model and add SpaceFnJun Wako2015-03-054-5/+37
|
* NerD, turn BRK into PAUS to get bootloader jump back.Ralf Schmitt2015-01-212-4/+4
|
* Merge branch 'ghost_squid' of https://github.com/vovcacik/tmk_keyboard into ↵tmk2015-01-197-0/+602
|\ | | | | | | | | | | | | vovcacik-ghost_squid Conflicts: README.md
| * Added support for The Ghost Squid controller used for CM XT keyboard.Vlastimil Ovčáčík2014-12-287-0/+602
| | | | | | | | | | | | - initial commit - created as clone of the kitten_paw subproject with pins adjusted for CM XT
* | Fix typo 'keyobard' #166tmk2015-01-191-1/+1
| |
* | Merge branch 'forhasu' of https://github.com/xauser/tmk_keyboard into ↵tmk2015-01-1910-0/+750
|\ \ | | | | | | | | | xauser-forhasu
| * | Added NerD 80% (TKL) supportRalf Schmitt2015-01-1810-111/+149
| | |
| * | Added NerD 60% supportRalf Schmitt2015-01-1810-0/+712
| | |
* | | hhkb: Update RN-42 docstmk2015-01-192-8/+66
|/ /
* | hhkb: Integrate RN-42 support, remove hhkb_rn42tmk2015-01-1632-1004/+69
| |
* | hhkb_rn42: Move doctmk2015-01-161-43/+4
| |
* | hhkb: Fix layer stuck of keymap_hasutmk2015-01-161-16/+18
| | | | | | | | | | - In mouse key layer with holding semicolon, press Fn0, release semicolon and release Fn0 now layer 1 is stuck.
* | rn42: Update doctmk2015-01-152-35/+404
| |
* | Use pgmspace for RN-42 commandstmk2015-01-151-33/+137
| |
* | Increase buffer of rn42_gets() and change rn42_linked()tmk2015-01-152-6/+6
| |
* | rn42: Add commands for RN-42tmk2015-01-151-81/+153
| |
* | rn42: Add rn42_getc and rn42_getstmk2015-01-152-0/+32
| |
* | Fxi layer stuck of keymap_hasutmk2015-01-151-12/+12
| | | | | | | | | | - In mouse key layer with holding semicolon, press Fn0, release semicolon and release Fn0 now layer 1 is stuck.
* | Update doctmk2015-01-152-451/+128
| |
* | Change RN42 state displaytmk2015-01-151-18/+24
| |
* | Fix power saving while USB suspendedtmk2015-01-153-15/+24
| | | | | | | | - doesn't pwoer save while Bluetooth turns on
* | Add wait for charging capacitance of ADC S/Htmk2015-01-151-0/+1
| |
* | Fix: enable digital input for PF5tmk2015-01-151-1/+1
| |
* | Clean ADC code of battery_voltage()tmk2015-01-151-13/+2
| |
* | Disable input buffer for ADCtmk2015-01-151-0/+4
| |
* | Update MEMOtmk2015-01-151-2/+56
| |
* | Add LUFA device state to command infotmk2015-01-151-0/+2
| |
* | Fix lufa sendchar() infinite wait looptmk2015-01-151-1/+2
| | | | | | | | | | - FrameNumber is not updated when adapter powered - can be blocked in sendchar() when pluged into AC adapter
* | Fix USB plug-in while BT mode falls to be enumeratedtmk2015-01-151-1/+1
| |
* | Compensate timer during prower downtmk2015-01-153-2/+9
| |
* | hhkb: Add Makefile.jp for HHKB JPJun Wako2015-01-113-6/+13
| |
* | infinity: Add initial files for keyboard supportJun Wako2015-01-0413-406/+1007
| |
* | infinity: Move project specific files to localJun Wako2015-01-047-1/+403
| |
* | Fix linker script for NVIC vector on RAMJun Wako2015-01-042-16/+7
| |
* | Add openocd config files for K20Jun Wako2015-01-042-0/+137
| |
* | Add keyboard/infinityJun Wako2015-01-045-0/+652
|/
* hhkb: Change keymap and bootmagic salt keytmk2014-11-253-5/+5
|
* Change key_t to keypos_ttmk2014-11-248-8/+8
|
* Merge branch 'rn42' into merge_rn42tmk2014-11-2425-1/+2786
|\ | | | | | | | | | | | | | | Conflicts: .gitignore common.mk common/debug_config.h common/print.h
| * Update doctmk2014-11-232-2/+136
| |
| * Matrix power savingtmk2014-11-233-6/+29
| |
| * Add power control of key switch boardtmk2014-10-022-5/+23
| |
| * Add keyboard LED control via Bluetoothtmk2014-09-223-5/+8
| |
| * Add FET swtich for battery ADCtmk2014-09-202-0/+19
| |
| * Improve rn42_task time resolutiontmk2014-09-051-7/+5
| |