🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    README.md
    skipped 86 lines
    87 87   
    88 88  Set up a new layout:
    89 89   
    90  -* 0.- Open Keyboard/src/Keyboard.h with a text editor
     90 +* 0.- Open Keyboard/src/Keyboard.cpp with a text editor
    91 91   
    92 92  * 1.- Change #define kbd_en_us to another layout. Example: #define kbd_es_es
    93 93   
    skipped 96 lines
  • ■ ■ ■ ■
    libraries/Keyboard/src/Keyboard.cpp
    skipped 22 lines
    23 23   
    24 24  #if defined(_USING_HID)
    25 25   
    26  -#define kbd_es_es
     26 +#define kbd_en_us
    27 27   
    28 28  /*
    29 29  #define kbd_es_es
    skipped 647 lines
  • ■ ■ ■ ■
    libraries/Keyboard/src/Keyboard.h
    skipped 41 lines
    42 42   
    43 43   */
    44 44   
    45  -#define kbd_en_us
     45 +//#define kbd_en_us
    46 46   
    47 47  #include "HID.h"
    48 48   
    skipped 80 lines
Please wait...
Page is in error, reload to recover