Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Input device #192

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

WIP: Input device #192

wants to merge 22 commits into from

Conversation

HaoboGu
Copy link
Owner

@HaoboGu HaoboGu commented Dec 16, 2024

Closes #183

  • Add basic POC input device support
  • Add common input device like rotary encoders
  • Add mouse input device support
  • Split input device support
  • Update documentation
  • Add keyboard.toml configuration for input devices
  • Find a way for user customized input device, with keyboard.toml support

Copy link

PR build size

  text	   data	    bss	    dec	    hex	filename
120092	    116	  41308	 161516	  276ec	rmk-nrf52840

Diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +4.7%      +3  [ = ]       0    [Unmapped]
  -0.0%      -1  [ = ]       0    .debug_str
  -0.0%      -2  [ = ]       0    .strtab
  [ = ]       0  [ = ]       0    TOTAL

Copy link

PR build size

  text	   data	    bss	    dec	    hex	filename
121960	    116	  41308	 163384	  27e38	rmk-nrf52840

Diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%     +15  [ = ]       0    .debug_str
  +0.0%      +9  [ = ]       0    .strtab
  +0.0%      +1  [ = ]       0    .debug_line
  -9.4%      -5  [ = ]       0    [Unmapped]
  +0.0%     +20  [ = ]       0    TOTAL

Copy link

PR build size

  text	   data	    bss	    dec	    hex	filename
121948	    116	  41308	 163372	  27e2c	rmk-nrf52840

Diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%     +22  [ = ]       0    .debug_str
  +0.0%     +11  [ = ]       0    .strtab
  +9.7%      +6  [ = ]       0    [Unmapped]
  +0.0%      +1  [ = ]       0    .debug_line
  +0.0%     +40  [ = ]       0    TOTAL

Copy link

PR build size

  text	   data	    bss	    dec	    hex	filename
121948	    116	  41308	 163372	  27e2c	rmk-nrf52840

Diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%    +260  [ = ]       0    .debug_str
  +0.0%     +76  [ = ]       0    .debug_info
  +0.0%     +49  [ = ]       0    .debug_line
  +0.0%      +8  [ = ]       0    .debug_aranges
  +4.8%      +3  [ = ]       0    [Unmapped]
  +0.0%    +396  [ = ]       0    TOTAL

Copy link

PR build size

  text	   data	    bss	    dec	    hex	filename
121948	    116	  41308	 163372	  27e2c	rmk-nrf52840

Diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%    +269  [ = ]       0    .debug_str
  +0.0%     +76  [ = ]       0    .debug_info
  +0.0%     +39  [ = ]       0    .debug_line
  +0.1%     +16  [ = ]       0    .debug_aranges
  +0.0%    +400  [ = ]       0    TOTAL

Copy link

PR build size

  text	   data	    bss	    dec	    hex	filename
122132	    116	  41308	 163556	  27ee4	rmk-nrf52840

Diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%    +269  [ = ]       0    .debug_str
  +0.0%     +76  [ = ]       0    .debug_info
  +0.0%     +39  [ = ]       0    .debug_line
  +0.1%     +16  [ = ]       0    .debug_aranges
  +0.0%    +400  [ = ]       0    TOTAL

Copy link

PR build size

  text	   data	    bss	    dec	    hex	filename
122132	    116	  41308	 163556	  27ee4	rmk-nrf52840

Diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%    +269  [ = ]       0    .debug_str
  +0.0%     +76  [ = ]       0    .debug_info
  +0.0%     +39  [ = ]       0    .debug_line
  +0.1%     +16  [ = ]       0    .debug_aranges
  +0.0%    +400  [ = ]       0    TOTAL

Copy link

PR build size

  text	   data	    bss	    dec	    hex	filename
122132	    116	  41308	 163556	  27ee4	rmk-nrf52840

Diff

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%      +1  [ = ]       0    .debug_line
  -0.0%      -5  [ = ]       0    .strtab
  -0.0%      -4  [ = ]       0    TOTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking issue for input device support
1 participant