Explorar o código

Updated Keymap (markdown)

skullydazed %!s(int64=8) %!d(string=hai) anos
pai
achega
44cd6aa41a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Keymap.md

+ 1 - 1
Keymap.md

@@ -1,6 +1,6 @@
 # Keymap Overview
 
-QMK keymaps are defined inside a C source file. The data structure is an array of arrays. The outer array is a list of layer arrays while the inner layer array is a list of keys. Most keyboards define a KEYMAP() macro to help you create this array of arrays.
+QMK keymaps are defined inside a C source file. The data structure is an array of arrays. The outer array is a list of layer arrays while the inner layer array is a list of keys. Most keyboards define a `KEYMAP()` macro to help you create this array of arrays.
 
 ## Anatomy Of A `keymap.c`