P C Sivan Sriman 6b7848ccfb
Update layers.md
L87 to L90

1)the function declaration was missing the self argument, so added it.

2)i changed the color changing method call to just changing the hue parameter of the rgb object
2022-12-29 18:52:12 +05:30
..
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-12-29 18:52:12 +05:30
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:35:47 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00
2022-10-25 01:24:49 -07:00

Documentation index

Before you look further, you probably want to start with our getting started guide

Basics

Advanced

Modules

  • Combos: Adds chords and sequences
  • Layers: Adds layer support (Fn key) to allow many more keys to be put on your keyboard
  • ModTap: Adds support for augmented modifier keys to act as one key when tapped, and modifier when held.
  • Mouse keys: Adds mouse keycodes
  • OneShot: Adds support for oneshot/sticky keys.
  • Power: Power saving features. This is mostly useful when on battery power.
  • SerialACE: [DANGER - see module README] Arbitrary Code Execution over the data serial.
  • Split: Keyboards split in two. Seems ergonomic!
  • TapDance: Different key actions depending on how often it is pressed.

Peripherals

Extensions

  • International: Adds international keycodes
  • LED: Adds backlight support. This is for monocolor backlight, not RGB
  • LockStatus: Exposes host-side locks like caps or num lock.
  • MediaKeys: Adds support for media keys such as volume
  • RGB: RGB lighting for underglow. Will work on most matrix RGB as will be treated the same as underglow.
  • Status LED: Indicates which layer you are on with an array of single leds.

Language versions