mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-24 15:50:48 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
668980b670
@ -90,7 +90,7 @@ bool has_oneshot_mods_timed_out(void) {
|
|||||||
* L => are layer bits
|
* L => are layer bits
|
||||||
* S => oneshot state bits
|
* S => oneshot state bits
|
||||||
*/
|
*/
|
||||||
static int8_t oneshot_layer_data = 0;
|
static uint8_t oneshot_layer_data = 0;
|
||||||
|
|
||||||
inline uint8_t get_oneshot_layer(void) {
|
inline uint8_t get_oneshot_layer(void) {
|
||||||
return oneshot_layer_data >> 3;
|
return oneshot_layer_data >> 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user