Commit Graph

1749 Commits

Author SHA1 Message Date
László Monda
2ab727b423 Bump version to 8.6.0, update changelog and versions.h v8.6.0 2019-08-23 20:39:48 +02:00
László Monda
ecdcfea8a4 Merge pull request #239 from UltimateHackingKeyboard/chore-refactor-release-script
chore: refactor the make-release.js file
2019-08-23 19:31:15 +02:00
László Monda
f73d3a1c22 Merge pull request #240 from UltimateHackingKeyboard/chore-sign-cla
Sign CLA
2019-08-23 19:29:29 +02:00
Róbert Kiss
53a1065219 Sign CLA
I have read the Agreement, and fully agree to it by signing it with my GitHub username.
2019-08-23 19:24:49 +02:00
Róbert Kiss
2b8156cad8 chore: refactor the make-release.js file 2019-08-23 19:22:10 +02:00
László Monda
c564d04b22 Add SerializedMouseAction_Button_[78] and set SerializedMouseAction_Last to SerializedMouseAction_Button_8 2019-08-22 23:08:54 +02:00
László Monda
65e1e5e25a Merge pull request #238 from stephengroat/patch-1
stephengroat sign cla
2019-08-09 12:55:06 +02:00
Stephen
0a28a395fc stephengroat sign cla 2019-08-08 23:51:38 -07:00
László Monda
08e567797e Reorder signatures alphabetically. 2019-07-21 23:36:34 +02:00
László Monda
0e53bee212 Merge pull request #236 from eltang/sign-cla
Sign CLA
2019-07-21 23:08:13 +02:00
Eric Tang
d8d8a543c0 Sign CLA 2019-07-21 15:54:11 -05:00
László Monda
97cff6438e Merge pull request #232 from Lauszus/patch-1
Sign CLA
2019-07-02 02:43:59 +02:00
Kristian Sloth Lauszus
7755c57478 Sign CLA 2019-07-01 19:38:53 +02:00
László Monda
8aea024ed2 Merge pull request #226 from santiagogf89/patch-1
Sign CLA
2019-06-24 19:29:02 +02:00
Santiago
e5a7ded3d1 Sign CLA
I have read the Agreement, and fully agree to it by signing it with my GitHub username.
2019-06-24 17:58:27 +02:00
László Monda
d9d8a91817 Scroll instead of moving the pointer with the blackberry trackball. 2019-06-13 14:54:41 +02:00
László Monda
262eb4a695 Fix blackberry trackball directions. 2019-06-13 14:44:13 +02:00
László Monda
b4cd3fab9b Rename BLACKBERRY_TRACKBALL_{TOP,BOTTOM} to BLACKBERRY_TRACKBALL_{UP,DOWN} 2019-06-13 14:37:14 +02:00
László Monda
3e87ed851a Make the blackberry trackball pointer move in all 4 directions. 2019-06-13 14:26:19 +02:00
László Monda
60dade7e18 Make the BlackBerry trackball work in one direction. 2019-06-12 01:44:27 +02:00
László Monda
6c0ebc3223 Merge branch 'master' of github.com:UltimateHackingKeyboard/firmware 2019-06-11 22:00:27 +02:00
László Monda
a857780e42 Add pointer_delta_t and make the master and slaves handle it. 2019-06-11 21:58:40 +02:00
Erich Styger
6e77dece04 singed CLA 2019-06-11 12:47:20 +02:00
László Monda
a57fedec70 Use UhkModuleSlaveDriver_DriverIdToSlotId() in UhkModuleSlaveDriver_Update() 2019-06-11 00:46:47 +02:00
László Monda
95003cf55d Reimplement SLOT_ID_TO_UHK_MODULE_DRIVER_ID as UhkModuleSlaveDriver_SlotIdToDriverId and UHK_MODULE_DRIVER_ID_TO_SLOT_ID as UhkModuleSlaveDriver_DriverIdToSlotId 2019-06-11 00:42:32 +02:00
László Monda
4486f607da Make condition slightly more readable. 2019-06-11 00:28:21 +02:00
László Monda
0caf0144dc Rename UhkModuleDriverId_{Left,Right}Addon to UhkModuleDriverId_{Left,Right}Module 2019-06-10 23:02:12 +02:00
László Monda
3686b2a6ff Fix installation instructions regarding the GNU ARM Eclipse Plugins 2019-06-09 22:55:53 +02:00
László Monda
bf286b944e Merge pull request #225 from xdever/cla
Sign CLA
2019-06-09 20:27:29 +02:00
Róbert Csordás
19cdca27e7 CLA 2019-06-09 12:58:42 +02:00
László Monda
657f998afa Merge pull request #224 from kareltucek/cla
Sign CLA
2019-06-08 20:45:42 +02:00
Karel Tuček
d6d5178d87 sign cla 2019-06-08 17:50:08 +02:00
László Monda
06d1643b4f Merge pull request #223 from UltimateHackingKeyboard/sign-cla
Sign CLA
2019-06-07 21:49:50 +02:00
László Monda
3058438d88 Sign CLA. 2019-06-07 21:48:14 +02:00
László Monda
10150c4eca Update CONTRIBUTING.md 2019-06-07 21:46:44 +02:00
László Monda
196dfe3d15 Add CLA. 2019-06-07 21:26:32 +02:00
László Monda
d08de0e31d Include module.h instead of modules.h 2019-05-22 22:13:19 +02:00
László Monda
e948af3df4 Rename I2C_ADDRESS_*_ADDON_* defines to I2C_ADDRESS_*_MODULE_* 2019-05-21 23:05:10 +02:00
László Monda
fc300fff0c Add I2C_ADDRESS_MODULE_BOOTLOADER 2019-05-16 00:22:51 +02:00
László Monda
16c5cac395 Add I2C_ADDRESS_MODULE_FIRMWARE. 2019-05-16 00:18:51 +02:00
László Monda
e2e14ac73b Change the I2C address of the key cluster to I2C_ADDRESS_LEFT_MODULE_BOOTLOADER 2019-05-16 00:00:11 +02:00
László Monda
cfb15b6902 Rename *_ADDON_* I2C addresses to *_MODULE_* 2019-05-15 23:59:04 +02:00
László Monda
92752a5963 Reference the latest Agent. 2019-05-15 23:50:12 +02:00
László Monda
6b74a01a0b Change module id to ModuleId_KeyClusterLeft, MODULE_POINTER_COUNT to 1 and the keyboard matrix size to 2x2. 2019-05-15 23:19:14 +02:00
László Monda
b92bf86b99 Add firmware for the key cluster module based on the firmware of the left keyboard half. 2019-05-15 22:58:05 +02:00
László Monda
8f98bf3d2f Merge pull request #217 from kareltucek/empty_macro_fix
Fix play of empty macro
2019-04-01 13:14:50 +02:00
Karel Tuček
a712ac6c8a Fix play of empty macro 2019-04-01 12:51:59 +02:00
László Monda
f54967ddab Merge pull request #215 from kareltucek/type_fix
fix wrong type
2019-04-01 02:19:45 +02:00
Karel Tuček
4832384cf3 fix key->mouseButton 2019-03-31 22:21:47 +02:00
Karel Tuček
f310e26c8e fix wrong type 2019-03-31 21:35:26 +02:00