Commit Graph

18 Commits

Author SHA1 Message Date
László Monda
a42d8e5437 Also add Mod+N to Esc mapping for Laci. 2017-07-09 02:37:56 +02:00
László Monda
e17d53461f Temporarily exchange Super and Ctrl, so that Laci can use his new prototype according to his habits now that it's his daily driver. He'll restore these keys as soon as EEPROM saving gets implemented. 2017-07-09 02:32:20 +02:00
László Monda
a2ea3567d9 Map Caps Lock to Mod+A according to our official default keymap. 2017-07-09 02:24:25 +02:00
László Monda
8d7e538176 Map the Q key of the Mod layer to Esc according to our official keymap. 2017-07-09 02:14:48 +02:00
László Monda
237ef3c34a Rename action.h to key_action.h 2017-06-15 19:27:44 +02:00
László Monda
976444b5fe Rename key action related enums and values to be easier to read. 2017-06-15 19:14:05 +02:00
László Monda
2172b58a00 Remove redundant newline. 2017-05-31 01:42:46 +02:00
László Monda
5b07a52848 Move test actions to the Fn layer. 2017-05-23 22:24:15 +02:00
László Monda
533ee5d228 Map test actions to the current keymap. 2017-04-28 16:36:43 +02:00
László Monda
62a3f6b3a4 Add system keyboard interface and add sleep, power and wake keys. 2017-03-06 01:58:02 +01:00
László Monda
117332bb67 Use consumer keycodes for media keys so they work across platforms and not only on Linux. 2017-03-04 03:40:50 +01:00
László Monda
cb3b9b362b Add missing Fn key scancodes and fix some. 2017-03-04 01:03:12 +01:00
László Monda
fdb13d3a7e Use KEY_ACTION_KEYSTROKE instead of KEY_ACTION_{BASIC,MEDIA}_KEYSTROKE. Add keystroke_type_t. 2017-03-03 22:49:20 +01:00
László Monda
d2e3d6becf Rename .basicKeystroke back to .keystroke 2017-03-03 22:36:17 +01:00
László Monda
cc2c06f497 Rename a couple of members of key_action_t to be more intuitive. 2017-03-03 21:59:28 +01:00
László Monda
c887b5e309 Add another HID interface using the consumer HID class for media keys. Resolves #32. 2017-03-03 20:21:05 +01:00
László Monda
c8d4824f3d Swap left and right mouse buttons so that now they work as originally intended. 2017-02-26 02:10:05 +01:00
László Monda
a79a2c7365 Rename default_layout.c to current_keymap.c and add current_keymap.h 2017-01-09 20:25:35 +01:00