mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 22:15:42 +01:00
Make register define order less confusing
This commit is contained in:
parent
a049cd5107
commit
78c72fe448
1 changed files with 1 additions and 1 deletions
|
@ -42,8 +42,8 @@
|
||||||
#define REG_SYS_CONFIG 0x20
|
#define REG_SYS_CONFIG 0x20
|
||||||
#define REG_SYS_CONFIG_SCAN_BLOCK BIT(0)
|
#define REG_SYS_CONFIG_SCAN_BLOCK BIT(0)
|
||||||
|
|
||||||
#define REG_SYS_CHG_DATA 0x22
|
|
||||||
#define REG_SYS_CHG_ADDR 0x21
|
#define REG_SYS_CHG_ADDR 0x21
|
||||||
|
#define REG_SYS_CHG_DATA 0x22
|
||||||
|
|
||||||
#define REG_SYS_COMMAND 0x23
|
#define REG_SYS_COMMAND 0x23
|
||||||
#define REG_SYS_COMMAND_MCU_RESET 'r'
|
#define REG_SYS_COMMAND_MCU_RESET 'r'
|
||||||
|
|
Loading…
Reference in a new issue