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
master
Add File
New File
Upload File
Apply Patch
firmware
/
shared
History
László Monda
2ab727b423
Bump version to 8.6.0, update changelog and versions.h
2019-08-23 20:39:48 +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
Rename *_ADDON_* I2C addresses to *_MODULE_*
2019-05-15 23:59:04 +02:00
key_matrix.c
Try to fix chatter by maintaining the strobe between the invocations of KeyMatrix_ScanRow()
2019-03-29 09:26:37 +01: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
Add pointer_delta_t and make the master and slaves handle it.
2019-06-11 21:58:40 +02:00
versions.h
Bump version to 8.6.0, update changelog and versions.h
2019-08-23 20:39:48 +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