Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 544 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 544 Bytes

bit-c

Bit-C sample code and source files

How to use

  1. Copy bit-c_led.h to your keyboard's (or other project's) folder. For Arduino projects, use bit-c_led_arduino.h.
  2. #include "bit-c_led.h" within your source code. For Arduino projects, use #include "bit-c_led_arduino.h"
  3. Call set_bit_c_LED(mode) with either LED_ON, LED_DIM, or LED_OFF as the mode

See the NIBBLE source code for an example of this in the wild.