Skip to content

Commit

Permalink
Fix some small stylistic problems of PR qmk#4
Browse files Browse the repository at this point in the history
  • Loading branch information
msvisser committed Jul 20, 2019
1 parent fa6de12 commit c123e27
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions keyboards/anne_pro/keymaps/anne-pro-2-mac/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, MT(MOD_RSFT, KC_UP),
KC_LCTL, KC_LALT, KC_LGUI, KC_SPACE, KC_LALT, LT(1,KC_LEFT), LT(2,KC_DOWN), MT(MOD_RCTL, KC_RGHT)
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, MT(MOD_RSFT, KC_UP),
KC_LCTL, KC_LALT, KC_LGUI, KC_SPACE, KC_LALT, LT(1,KC_LEFT), LT(2,KC_DOWN), MT(MOD_RCTL, KC_RGHT)
),
[1] = LAYOUT(
KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, XXXXXXX,
Expand Down
90 changes: 45 additions & 45 deletions keyboards/anne_pro/keymaps/anne-pro-2-mac/readme.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
# Anne Pro 2 MAC keymap

### This keymap adds TAP, Media Keys features and AP2-like backlight control.
### Maintainer: [angelokofficial](https://github.com/angelokofficial)


__Keys:__

ANNE+0 - off/on the backlight
ANNE+9 - switch the backlight profile
ANNE + =/+ - increases brightness
ANNE + - -/_ - changes backlight speed
ANNE+ESC - reset the keyboard (instead of button on the back side)
ANNE+ESC+hold ESC - enter to the bootloader (DFU) mode

__TAP:__

Right Shift - up arrow
ANNE - down arrow
FN - left arrow
Right CTRL - right arrow


__Bluetooth:__

Fn+B - enter BT mode
=/+ - turn ON BT
-/_ - turn OFF BT
0 - enter legacy BT mode
1,2,3,4 - should work as bt profiles for switch among connected devices


**Media keys:**

ANNE+1 - stop
ANNE+2 - volume down
ANNE+3 - volume up
ANNE+4 - previous track
ANNE+5 - pause/play
ANNE+6 - next track
ANNE+7 - mute/unmute volume


All other keys remain on their own places.
To compile: `make anne_pro:<your_keymap>`
# Anne Pro 2 MAC keymap

### This keymap adds TAP, Media Keys features and AP2-like backlight control.
### Maintainer: [angelokofficial](https://github.com/angelokofficial)


__Keys:__

ANNE+0 - off/on the backlight
ANNE+9 - switch the backlight profile
ANNE + =/+ - increases brightness
ANNE + - -/_ - changes backlight speed
ANNE+ESC - reset the keyboard (instead of button on the back side)
ANNE+ESC+hold ESC - enter to the bootloader (DFU) mode

__TAP:__

Right Shift - up arrow
ANNE - down arrow
FN - left arrow
Right CTRL - right arrow


__Bluetooth:__

Fn+B - enter BT mode
=/+ - turn ON BT
-/_ - turn OFF BT
0 - enter legacy BT mode
1,2,3,4 - should work as bt profiles for switch among connected devices


**Media keys:**

ANNE+1 - stop
ANNE+2 - volume down
ANNE+3 - volume up
ANNE+4 - previous track
ANNE+5 - pause/play
ANNE+6 - next track
ANNE+7 - mute/unmute volume


All other keys remain on their own places.
To compile: `make anne_pro:<your_keymap>`
4 changes: 2 additions & 2 deletions keyboards/anne_pro/keymaps/anne-pro-2-win/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, MT(MOD_RSFT, KC_UP),
KC_LCTL, KC_LGUI, KC_LALT, KC_SPACE, KC_LALT, LT(1,KC_LEFT), LT(2,KC_DOWN), MT(MOD_RCTL, KC_RGHT)
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, MT(MOD_RSFT, KC_UP),
KC_LCTL, KC_LGUI, KC_LALT, KC_SPACE, KC_LALT, LT(1,KC_LEFT), LT(2,KC_DOWN), MT(MOD_RCTL, KC_RGHT)
),
[1] = LAYOUT(
KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, XXXXXXX,
Expand Down

0 comments on commit c123e27

Please sign in to comment.