Browse Source

Use ANSI ASCII art and fix comments for LT_COLN and LT_UNDS in keymap_lithuanian_qwerty.h (#18028)

pull/18037/head
precondition 1 year ago
committed by GitHub
parent
commit
2c3b447641
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 17 deletions
  1. +17
    -17
      quantum/keymap_extras/keymap_lithuanian_qwerty.h

+ 17
- 17
quantum/keymap_extras/keymap_lithuanian_qwerty.h View File

@ -24,10 +24,10 @@
*
* ` Ą Č Ę Ė Į Š Ų Ū 9 0 - Ž
*
* Q W E R T Y U I O P [ ]
*
* A S D F G H J K L ; ' \
*
* Q W E R T Y U I O P [ ] \
*
* A S D F G H J K L ; '
*
* Z X C V B N M , . /
*
*
@ -72,7 +72,7 @@
#define LT_L KC_L // L
#define LT_SCLN KC_SCLN // ;
#define LT_QUOT KC_QUOT // '
#define LT_BSLS KC_NUHS // (backslash)
#define LT_BSLS KC_BSLS // (backslash)
// Row 4
#define LT_Z KC_Z // Z
#define LT_X KC_X // X
@ -89,10 +89,10 @@
*
* ~ ( ) _
*
* { }
*
* : "| │
*
* { } |
*
* : "
*
* < > ?
*
*
@ -102,12 +102,12 @@
#define LT_TILD S(LT_GRV) // ~
#define LT_LPRN S(LT_9) // (
#define LT_RPRN S(LT_0) // )
#define LT_UNDS S(LT_MINS) // *
#define LT_UNDS S(LT_MINS) // _
// Row 2
#define LT_LCBR S(LT_LBRC) // {
#define LT_RCBR S(LT_RBRC) // }
// Row 3
#define LT_COLN S(LT_SCLN) // ;
#define LT_COLN S(LT_SCLN) // :
#define LT_DQUO S(LT_QUOT) // "
#define LT_PIPE S(LT_BSLS) // |
// Row 4
@ -120,9 +120,9 @@
* 1 2 3 4 5 6 7 8 =
*
*
*
*
*
*
*
*
*
*
*
@ -146,9 +146,9 @@
* ! @ # $ % ^ & * +
*
*
*
*
*
*
*
*
*
*
*


Loading…
Cancel
Save