Skip to content

Commit 67e49b0

Browse files
committed
Update README.md to clarify keymap support for 256 characters
1 parent 00c8fb7 commit 67e49b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ To get started with the T-Deck Keyboard project, visit the [Usage](usage.md) pag
99
## Features
1010

1111
- **Extended Key Functionality**: Supports special key combinations for enhanced functionality.
12-
- **Keymaps**: Supports multiple keymaps including default and symbol keymaps.
12+
- **Keymaps**: Supports multiple keymaps including default and symbol keymaps (256 characters).
1313
- **Modifier Keys**: Handles modifier keys such as Alt, Ctrl, Shift, and special function keys for mic and speaker control.
1414
- **Backlight Control**: Allows for adjusting the keyboard backlight brightness with commands to toggle, increase, or decrease brightness.
1515
- **I2C Communication**: Sends key and modifier information over I2C when requested.
1616

1717
## Files
1818

1919
- **tdeck/tdeck.ino**: Basic test program that initializes the T-Deck, checks the keyboard, and reads key values.
20+
- **keyboard/kets.hpp**: Header file defining key values.
2021
- **keyboard/keyboard.hpp**: Header file defining keyboard functions, keymaps, and constants.
2122
- **keyboard/keyboard.cpp**: Implementation of keyboard functions, keymaps, and I2C request handling.
2223
- **keyboard/keyboard.ino**: Program to read the key matrix and send key information over I2C. This is the firmware for the keyboard.

0 commit comments

Comments
 (0)