Commit Graph

337 Commits

Author SHA1 Message Date
Mathias Andersson 6e548590c4 Move Phantom keymaps to separate header files. 2013-05-27 20:53:11 +02:00
Mathias Andersson 28aeef231b Fix Phantom sleep LED. 2013-05-27 20:53:11 +02:00
Mathias Andersson 9e84c89535 Correct order of rows for Phantom 2013-05-27 20:53:11 +02:00
Mathias Andersson 5c5312c508 Update Phantom debug print
This updates the Phantom project to use the new debug print functions.
2013-05-27 20:52:28 +02:00
tmk 862a006190 Fix keymap of hid_liber from yeeeargh 2013-05-21 10:35:17 +09:00
tmk 796defa86c Fix deprecated 'prog_*' typedef - Issue #34
- 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
2013-05-21 10:16:55 +09:00
tmk 92b0674a7f Fix makefile, debug print and keymap of HHKB 2013-05-15 00:22:27 +09:00
Mathias Andersson 3f48b13f81 Code style fixes for Phantom matrix. 2013-05-02 20:37:41 +02:00
Mathias Andersson 1e07b60d3a Add full 7bit support to Phantom keymap. 2013-05-02 20:37:31 +02:00
Mathias Andersson 2d31fcf187 Change Phantom matrix scan to be similar to GH60. 2013-05-01 15:33:48 +02:00
Mathias Andersson 71fabf72e0 Improve matrix print for Phantom. 2013-05-01 13:21:08 +02:00
Mathias Andersson 3d503c8932 Fix debouncing on Phantom. 2013-04-28 18:54:38 +02:00
Mathias Andersson 8633cb170f Adjust Phantom layouts formating.
Make the layout formating better match that of GH60.
2013-04-21 22:13:14 +02:00
Mathias Andersson c4b012cdb5 Updated Phantom for new keymap framework. 2013-04-21 22:06:14 +02:00
tmk a77ae5f843 Add support of iWRAP5
- mouse virtical wheel
- consumer page
2013-04-18 15:52:23 +09:00
tmk 540d0700dc Remove common/controller_teensy.h 2013-04-13 11:30:08 +09:00
tmk c26a5eb2ac Fix keymap for new actions 2013-04-05 03:44:42 +09:00
tmk fbea2a3aae Fix keymap of hhkb for new actions 2013-04-05 03:27:10 +09:00
tmk 489fd75fdf Fix keymap of gh60 2013-04-05 01:39:17 +09:00
tmk c6d88d2795 Rename file layer_switch to action_layer 2013-04-02 17:44:24 +09:00
tmk 10f33a3e48 Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
2013-03-31 22:47:19 +09:00
tmk 353a9b56e6 Fix BOOTLOADER_SIZE setting 2013-03-29 11:31:21 +09:00
tmk 2795b7a0a3 Fix debouncing on gh60, hbkb, macway 2013-03-27 17:15:06 +09:00
tmk f57a44261e Fix Makefile of gh60 2013-03-27 15:21:16 +09:00
tmk b862b4f030 Fix hid_liber for new keymap framework by yeeeargh 2013-03-25 00:01:30 +09:00
tmk b2a19328ad Changed Makefile and config.h for new options 2013-03-21 15:34:36 +09:00
tmk 9a3edb897a Fix Makefile and config.h of gh60 for new options 2013-03-21 01:36:59 +09:00
tmk dbcac865b9 Add NO_ACTION_KEYMAP config option 2013-03-20 01:45:04 +09:00
tmk ecb7550a91 Add NO_ACTION_FUNCTION config option 2013-03-20 00:37:32 +09:00
tmk 9757f960f9 Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options 2013-03-20 00:28:13 +09:00
tmk b057511f45 Add NO_ACTION_OVERLAY config option 2013-03-20 00:26:01 +09:00
tmk 1687041267 Add COMMAND_ENABLE build option 2013-03-19 16:05:53 +09:00
tmk 9a106537f6 Add NO_PRINT and NO_DEBUG config options.
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
2013-03-19 14:08:40 +09:00
tmk 8580c8d291 Enable Boot magick on hhkb 2013-03-18 01:02:18 +09:00
tmk f0c5f1b910 Add breathing sleep LED during USB suspend 2013-03-16 17:24:05 +09:00
tmk 30f9baf898 Fix debouncing and add legacy keymap support 2013-03-12 16:05:50 +09:00
tmk c4ab832be0 Fix Locking CapsLock support in ADB converter 2013-03-12 12:10:12 +09:00
tmk 92b92dd78f Add mechanical locking switch support for CapsLock 2013-03-12 10:43:02 +09:00
tmk ef8439bddb Add build option BOOTMAGIC_ENABLE 2013-03-11 15:28:46 +09:00
tmk 1d5bbb55f2 Fix legacy keymap support
- need to define USE_LEGACY_KEYMAP to use legacy keymap
2013-03-11 14:39:06 +09:00
tmk db024b6b18 Add --relax for size optimization to gh60 2013-03-11 00:05:35 +09:00
tmk 51050875b7 Add BOOTLOADER_SIZE and remove BOOT_SIZE
- define BOOTLOADER_SIZE in config.h instead of Makefile
2013-03-10 17:53:29 +09:00
tmk f55c677ba4 Fix watchdog in bootloader jump
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
2013-03-10 15:06:33 +09:00
tmk 1385058fc2 Fix gh60/matrix.c and Makefile 2013-03-09 22:23:32 +09:00
tmk 4d64fd8faa Add bootmagic.c and fix bootloader_jump 2013-03-09 11:22:27 +09:00
tmk 359b68d35f Add eeconfig.c - eeprom stored paramerters 2013-03-07 03:30:08 +09:00
tmk 81d2753ab0 Remove matrix_key_count() from matrix.h 2013-03-05 21:20:39 +09:00
tmk 9e9a85c142 Fix ghost block and remove matrix_has_ghost() 2013-03-05 21:08:16 +09:00
tmk 5808317b69 Fix keymap for new framework 2013-03-05 15:41:21 +09:00
tmk 1aa067e541 Clean action.h and add keymap doc 2013-03-05 02:42:28 +09:00
tmk 40f1a4930a Fix SET_DEFAULT_LAYER action and keymap of gh60 2013-02-27 10:32:46 +09:00
tmk a207e848b3 Add tap flags on record_t 2013-02-26 16:27:09 +09:00
tmk 6778324de2 Fix keymap MACRO of pc98 adn hhkb 2013-02-25 16:14:44 +09:00
tmk 75a92ff653 Fix keymap of gh60 and hhkb 2013-02-21 13:14:54 +09:00
tmk abf0b04d14 Apply new keymap for gh60 2013-02-20 10:40:07 +09:00
tmk 06e4fc66ed Add keymap file of gh60 2013-02-16 04:16:03 +09:00
tmk 0142b571c4 Add keymaps of gh60
- keymap_poker.h            poker emulation
- keymap_poker_set.h        poker emulation with Esc fix and cursor fix
- keymap_poker_bit.h        poker emulation with Esc fix and cursor fix
2013-02-16 03:02:05 +09:00
tmk d9f2875866 Replace layer_stack with layer_switch 2013-02-15 18:48:36 +09:00
tmk 0c1d98bd3c Add poker keymap with layer stacking 2013-02-15 15:24:50 +09:00
tmk a43ab35b7b Add poker keymap with layer stacking. 2013-02-14 15:34:33 +09:00
tmk c4421f585b Change struct key_t 2013-02-13 12:16:24 +09:00
tmk 9bc82bf61c Change action API 2013-02-13 11:47:19 +09:00
tmk 2fe406de3a Add 'poker' target to Makefile.pjrc of gh60 2013-02-13 11:21:33 +09:00
tmk 63c03dc137 Change keymap API 2013-02-13 11:20:47 +09:00
tmk 48e6d0848c Make Transparent feature available to new keymaps. 2013-02-13 09:26:22 +09:00
tmk 0c52ee59f0 Add transparent layer feature in gh60 2013-02-12 17:08:51 +09:00
tmk b60f9c6ac6 Boot Magic key for gh60 2013-02-11 14:14:44 +09:00
tmk 8c80deb775 Merge branch 'keymap2'
Conflicts:
	common/keyboard.c
2013-02-11 12:48:49 +09:00
tmk 4701b08b71 Merge branch 'gh60' 2013-02-10 23:01:20 +09:00
tmk b2aa142ee0 Clean layer actions. 2013-02-10 16:11:07 +09:00
tmk aad91a30a3 Add macro feature. 2013-02-04 22:53:45 +09:00
tmk 1d7962ba8a Add user defined function to action. 2013-02-01 14:48:11 +09:00
tmk 1e3e41a2c9 Clean code. 2013-01-28 14:06:42 +09:00
tmk 854c803fdd Add tap toggle feature to action. 2013-01-28 11:30:23 +09:00
tmk bfd7fe5862 Add oneshot modifier action. 2013-01-27 16:38:19 +09:00
tmk 28b5f69ce5 Add prototype of Action Function. 2013-01-23 23:53:51 +09:00
tmk 1fe820a865 Add bootmagic keys.(hhkb)
- kick bootloader
- enable debug print
2013-01-23 23:51:15 +09:00
tmk 9f95e9cc27 Add support partly for modifier with tap key. 2013-01-16 13:21:35 +09:00
tmk f609712da3 Fix waiting_keys and periodical update for delaying layer. 2013-01-15 00:55:16 +09:00
tmk 32633a42c7 Fix tap key using delaying_layer and waiting_key. 2013-01-13 10:24:20 +09:00
tmk e6836c3f6d Fix PWM control of LED in phantom. 2013-01-12 10:16:18 +09:00
tmk 411de9cc22 Add new layer actions. 2013-01-09 22:33:33 +09:00
tmk 02b6b70e76 Add ISO support to keymap.(hid_liber) 2013-01-07 14:01:20 +09:00
tmk 9dfc611ae1 Fix debouncing code.(gh60) 2013-01-01 03:20:53 +09:00
tmk 093108825b Change keymap.(gh60) 2013-01-01 03:19:34 +09:00
tmk 67c64db1cc Add README and keymap layers.(GH60) 2012-12-27 16:06:13 +09:00
tmk c009f4643c Added Initial files for gh60. 2012-12-27 02:41:32 +09:00
tmk 4324e16336 Fix action of system and consumer usage. 2012-12-17 03:06:21 +09:00
tmk 8a709c2750 Add initial fix for new keymap. 2012-12-16 02:32:07 +09:00
tmk e70e4a3a67 Fix debouncing and ISO layout from 4LI4Z and alaricljs.(hid_liber) 2012-12-05 14:35:46 +09:00
tmk b6e07aa85d Fix pin configuration error(macway). issue #17 2012-11-25 20:41:23 +09:00
tmk 3f47bcbcae Fix target name and product id of pahntom. 2012-11-23 12:48:15 +09:00
tmk 613fdb24fc Add initial files for Phantom from Tranquilite@GH. 2012-11-23 12:29:55 +09:00
tmk ce4857e021 Fix and keymap of hid_liber from alaricljs at geekhack.org. 2012-11-13 10:07:59 +09:00
tmk 98052b8afd Disable JTAG function for hid_liber to use PORTF. 2012-11-11 11:47:09 +09:00
tmk 1a4ae0fc36 Fix copyright and license notices. 2012-11-10 20:57:06 +09:00
tmk 878daae9c3 Rename to hid_liber. 2012-11-10 14:46:57 +09:00
tmk 8c31cb4873 Add comments on keymap.c. 2012-11-10 14:44:29 +09:00
tmk c5057c28b1 Add initial files for hid_libre. 2012-11-10 13:46:22 +09:00
tmk 77f157943f Fix image link 3 :( 2012-11-01 14:40:24 +09:00
tmk bd30424c2b Fix image link 2 2012-11-01 14:35:21 +09:00
tmk 4b7b761cf5 Fix image link in README.md 2012-11-01 14:27:41 +09:00
tmk 208f6d7f91 Improve documentation 2012-11-01 14:24:21 +09:00
tmk 8a81986191 Fix keymap to adjust new keyboard.c. 2012-10-19 15:33:02 +09:00
tmk ce2e06c394 Fix projects for new keycodes 2012-10-17 21:43:44 +09:00
tmk 8570c25379 Fix HHKB iWRAP build 2012-10-17 15:55:38 +09:00
tmk bbff8ae1c1 Fix HHKB keymap 2012-10-17 15:55:37 +09:00
tmk bc5ee91d14 HHKB scan matrix: fix wait time on power on 2012-10-17 15:55:37 +09:00
tmk 8f7ed2bc19 Add Mousekey parameters and accel keys. 2012-10-17 15:55:37 +09:00
tmk 5b00cf3f02 Fix build option MOUSEKEY_ENABLE. 2012-10-17 15:55:37 +09:00
tmk 71ac82337f Clean host.h interface. 2012-10-17 15:55:37 +09:00
tmk 373ab0e719 Add keycode.h and remove usb_keycodes.h. 2012-10-17 15:55:37 +09:00
tmk 4ae979f6ef Initial version of new code for layer switch is added. 2012-10-17 15:55:37 +09:00
tmk 93e33fb8f6 Fix: Makefile 2012-10-17 15:53:20 +09:00
Jeffrey Sung caed32df80 Debounce bug fixed 2012-10-09 00:28:33 +09:00
Jeffrey Sung d1117dca32 Power key support
debounce issue exists
2012-10-08 22:44:12 +09:00
Jeffrey Sung 3830de7839 CapsLock Support
Don't define DEBOUNCE.
2012-09-17 18:51:42 +09:00
Jeffrey Sung 78bfaed0f5 Apple IIgs/Standard Keyboard 2012-09-17 06:18:24 +09:00
tmk 232ab308e3 usb_hid: workaround for compile on Windows. 2012-09-04 13:29:21 +09:00
tmk e075361b6f Add CONSOLE_ENABLE build option to LUFA. 2012-07-20 13:08:18 +09:00
tmk fb8394da83 Change keymap of hhkb/macway. 2012-07-09 00:11:26 +09:00
tmk 8947029950 Interrupt driven Control ep and Console task 2012-07-08 23:57:25 +09:00
tmk ab89bfce03 Fix LUFA descriptor of Extra for Windows
- worked on Linux but not on Windows
  (logica/usage MINIMUM must start at 0x001)
2012-07-02 11:56:33 +09:00
tmk 2c5d3ac76f Add Makefile.lufa to keyboard/hhkb and hbkb. 2012-06-30 13:26:09 +09:00
tmk f427529a30 Fix bootloader.c 2012-06-30 11:19:07 +09:00
tmk a112f3614e confirm SetReport LED. 2012-06-29 16:48:36 +09:00
tmk f2ebac101d Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE. 2012-06-29 03:33:59 +09:00
tmk cc68adeb57 Add protocol/lufa. LUFA supported now. 2012-06-28 23:05:21 +09:00
tmk 3d81d5221e Add consumer/system control feature to LUFA. 2012-06-28 20:15:56 +09:00
tmk a9a3610dd4 Add LUFA mouse feature and fix mouse report.
- add LUFA boot mouse feature
- remove report_id from mouse report
- fix LUFA descriptor
2012-06-28 16:51:56 +09:00
tmk effa5914bf clean descriptor setting. Remove keyboard OUT Endpoint.
- to make descriptor get VID/PID/Version from config.h.
- remove keyboard out endpoint. Instead host can use control request.
2012-06-28 12:59:17 +09:00
tmk 3969ec09b4 Add sendchar with Generic HID to support debug print. 2012-06-27 18:31:33 +09:00
tmk dd93d2915f initial attempt for LUFA.
Add keyboard/lufa macway keyobard with LUFA.
Add new program target to rule.mk; flip, dfu and teensy
2012-06-26 15:55:45 +09:00
tmk dd10d11a44 Change pin configurationa and keymap. 2012-06-15 16:14:56 +09:00
tmk 784c6e3979 Fix README.md: remove bad links 2012-06-11 15:20:40 +09:00
tmk 81706d1130 Moved protocol files; news and x68k.
Renamed sony_usb to news_usb
Renamed hbk to hbkb
2012-06-11 10:51:46 +09:00
tmk afb0846208 Made directories for keyboard and converter projects. 2012-06-08 13:32:38 +09:00