Skip to content

Files

Latest commit

5ad085b · Mar 6, 2025

History

History

i2c_scanner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 6, 2025
Mar 2, 2025
Mar 2, 2025
Mar 2, 2025
Mar 2, 2025

This adds the I2C scanner code as a community module.

It can be integrated into your keymap by adding the following to your keymap.json:

{
    "modules": ["drashna/i2c_scanner"]
}

Functions

  • i2c_scanner_set_enabled(bool enable) - Enables or disables the i2c scanner, in case you don't want to constantly print to console.
  • i2c_scanner_get_enabled() - Returns the enabled/disabled state of the i2c scanner.