This website requires JavaScript.
Explore
Impressum
Grow Tools
Help
Sign In
uhk
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
a59b43b43374d28a4f152a968fe9bb35b885082a
firmware
/
shared
History
László Monda
a59b43b433
Bump version to 8.5.3, update package.json, changelog, versions.h and reference the latest Agent.
2018-10-20 01:20:31 +02:00
..
slave
Move left/src/init_clock.[ch] to shared/slave
2018-08-06 00:16:26 +02:00
attributes.h
Add ATTR_* macros in the newly created attributes.h and use them wherever possible for improved readability.
2017-10-04 22:26:48 +02:00
bool_array_converter.c
Fix the computation of KEY_STATE_SIZE and the byte count to memset in BoolBytesToBits()
2017-09-26 20:18:26 +02:00
bool_array_converter.h
Remove KEY_STATE_SIZE in favor of the more general BOOL_BYTES_TO_BITS_COUNT() macro.
2017-09-30 00:57:10 +02:00
bootloader.h
Implement KbootCommand_Ping and set set left BOOTLOADER_TIMEOUT_MS back to 100 ms.
2017-10-23 21:33:08 +02:00
buffer.c
Make scrolling utilize mouse_kinetic_state_t, just like mouse movements. Fix scrolling issue by making distance float. Add new debug functions for ints and float.
2017-11-28 02:01:26 +01:00
buffer.h
Make scrolling utilize mouse_kinetic_state_t, just like mouse movements. Fix scrolling issue by making distance float. Add new debug functions for ints and float.
2017-11-28 02:01:26 +01:00
crc16.c
Add i2c_message_t and use it all across the codebase. This will allow handling variable-length I2C messages and validation with minimal effort. The test LED and brightness PWM update features got temporarily broken and will fix them soon.
2017-09-25 03:03:14 +02:00
crc16.h
Add i2c_message_t and use it all across the codebase. This will allow handling variable-length I2C messages and validation with minimal effort. The test LED and brightness PWM update features got temporarily broken and will fix them soon.
2017-09-25 03:03:14 +02:00
i2c_addresses.h
Extend the description of the I2C address allocation strategy.
2017-09-20 13:24:39 +02:00
key_matrix.c
Set debounce press and release time to 50ms by default.
2018-07-24 14:50:16 +02:00
key_matrix.h
Make debounce times configurable on the fly
2018-07-05 14:41:19 -07:00
README.md
Update README.md
2017-02-19 17:02:30 +01:00
slave_protocol.c
Add slave_protocol.c that I forgot to add.
2017-10-07 12:29:44 +02:00
slave_protocol.h
Query module key count and pointer count in separate messages instead of a combined message for better clarity.
2017-12-15 02:13:58 +01:00
versions.h
Bump version to 8.5.3, update package.json, changelog, versions.h and reference the latest Agent.
2018-10-20 01:20:31 +02:00
README.md
Shared files
These files are shared between multiple projects of this repository.
Reference in New Issue
View Git Blame
Copy Permalink