~ruther/qmk_firmware

09a1917103f7636cae683aa87ce76e48ebb89032 — fauxpark 5 years ago 0499f30
Slight rename of double angle quote keycodes
2 files changed, 14 insertions(+), 12 deletions(-)

M quantum/keymap_extras/keymap_bepo.h
M quantum/keymap_extras/sendstring_bepo.h
M quantum/keymap_extras/keymap_bepo.h => quantum/keymap_extras/keymap_bepo.h +12 -10
@@ 36,8 36,8 @@
// Row 1
#define BP_DLR  KC_GRV  // $
#define BP_DQUO KC_1    // "
#define BP_LGIL KC_2    // «
#define BP_RGIL KC_3    // »
#define BP_LDAQ KC_2    // «
#define BP_RDAQ KC_3    // »
#define BP_LPRN KC_4    // (
#define BP_RPRN KC_5    // )
#define BP_AT   KC_6    // @


@@ 102,8 102,8 @@
// Row 1
#define BP_HASH S(BP_DLR)  // #
#define BP_1    S(BP_DQUO) // 1
#define BP_2    S(BP_LGIL) // 2
#define BP_3    S(BP_RGIL) // 3
#define BP_2    S(BP_LDAQ) // 2
#define BP_3    S(BP_RDAQ) // 3
#define BP_4    S(BP_LPRN) // 4
#define BP_5    S(BP_RPRN) // 5
#define BP_6    S(BP_AT)   // 6


@@ 139,8 139,8 @@
// Row 1
#define BP_NDSH ALGR(BP_DLR)  // –
#define BP_MDSH ALGR(BP_DQUO) // —
#define BP_LABK ALGR(BP_LGIL) // <
#define BP_RABK ALGR(BP_RGIL) // >
#define BP_LABK ALGR(BP_LDAQ) // <
#define BP_RABK ALGR(BP_RDAQ) // >
#define BP_LBRC ALGR(BP_LPRN) // [
#define BP_RBRC ALGR(BP_RPRN) // ]
#define BP_CIRC ALGR(BP_AT)   // ^


@@ 205,8 205,8 @@
// Row 1
#define BP_PARA S(ALGR(BP_DLR))  // ¶
#define BP_DLQU S(ALGR(BP_DQUO)) // „
#define BP_LDQU S(ALGR(BP_LGIL)) // “
#define BP_RDQU S(ALGR(BP_RGIL)) // ”
#define BP_LDQU S(ALGR(BP_LDAQ)) // “
#define BP_RDQU S(ALGR(BP_RDAQ)) // ”
#define BP_LEQL S(ALGR(BP_LPRN)) // ≤
#define BP_GEQL S(ALGR(BP_RPRN)) // ≥
#define BP_NOT  S(ALGR(BP_PLUS)) // ¬


@@ 243,8 243,10 @@
#define BP_DOLLAR BP_DLR
#define BP_DOUBLE_QUOTE BP_DQUO
#define BP_DQOT BP_DQUO
#define BP_LEFT_GUILLEMET BP_LGIL
#define BP_RIGHT_GUILLEMET BP_RGIL
#define BP_LEFT_GUILLEMET BP_LDAQ
#define BP_LGIL BP_LDAQ
#define BP_RIGHT_GUILLEMET BP_RDAQ
#define BP_RGIL BP_RDAQ
#define BP_LEFT_PAREN BP_LPRN
#define BP_RIGHT_PAREN BP_RPRN
#define BP_MINUS BP_MINS

M quantum/keymap_extras/sendstring_bepo.h => quantum/keymap_extras/sendstring_bepo.h +2 -2
@@ 78,9 78,9 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = {
    // (     )        *        +        ,        -        .        /
    BP_LPRN, BP_RPRN, BP_ASTR, BP_PLUS, BP_COMM, BP_MINS, BP_DOT,  BP_SLSH,
    // 0     1        2        3        4        5        6        7
    BP_ASTR, BP_DQUO, BP_LGIL, BP_RGIL, BP_LPRN, BP_RPRN, BP_AT,   BP_PLUS,
    BP_ASTR, BP_DQUO, BP_LDAQ, BP_RDAQ, BP_LPRN, BP_RPRN, BP_AT,   BP_PLUS,
    // 8     9        :        ;        <        =        >        ?
    BP_MINS, BP_SLSH, BP_DOT,  BP_COMM, BP_LGIL, BP_EQL,  BP_RGIL, BP_QUOT,
    BP_MINS, BP_SLSH, BP_DOT,  BP_COMM, BP_LDAQ, BP_EQL,  BP_RDAQ, BP_QUOT,
    // @     A        B        C        D        E        F        G
    BP_AT,   BP_A,    BP_B,    BP_C,    BP_D,    BP_E,    BP_F,    BP_G,
    // H     I        J        K        L        M        N        O