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
b6f59563c7c57793a3c1ce67b51d9192f750fd27
firmware
/
shared
History
László Monda
65006cc376
Bump firmware version to 8.3.1, update changelog, package.json, versions.h
2018-06-07 15:26:06 +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
Call KeyMatrix_ScanRow() from an LPTMR interrupt for the left half. Remove KeyMatrix_Scan()
2017-11-14 02:29:18 +01:00
key_matrix.h
Call KeyMatrix_ScanRow() from an LPTMR interrupt for the left half. Remove KeyMatrix_Scan()
2017-11-14 02:29:18 +01: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 firmware version to 8.3.1, update changelog, package.json, versions.h
2018-06-07 15:26:06 +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