I am aware that this is a very minor thing
This commit is contained in:
Andrei 2025-05-12 22:52:42 +02:00 committed by GitHub
parent 6b1a376aee
commit e9294fbfbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ This is the location of your new keymap file. Your keyboards default keymap file
## Open `keymap.c` In Your Favorite Text Editor ## Open `keymap.c` In Your Favorite Text Editor
Open your `keymap.c` file in your text editor. Inside this file you'll find the structure that controls how your keyboard behaves. At the top of `keymap.c` there may be some defines and enums that make the keymap easier to read. Farther down you'll find a line that looks like this: Open your `keymap.c` file in your text editor. Inside this file you'll find the structure that controls how your keyboard behaves. At the top of `keymap.c` there may be some defines and enums that make the keymap easier to read. Further down you'll find a line that looks like this:
```c ```c
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {