Skip to content

Commit

Permalink
media keyzzz, brightness fix
Browse files Browse the repository at this point in the history
  • Loading branch information
angelokofficial committed Jul 17, 2019
1 parent eea3179 commit d875c06
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/anne_pro/anne_pro.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void keyboard_post_init_kb(void) {
/* Set the theme to rainbow */
anne_pro_lighting_mode(APL_MODE_RAINBOW);
/* Set the effect rate to average and the brightness to average */
anne_pro_lighting_rate_brightness(128, 5);
anne_pro_lighting_rate_brightness(128, 10);

keyboard_post_init_user();
}
Expand Down
26 changes: 26 additions & 0 deletions keyboards/anne_pro/keymaps/ap2style_win/guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
This keymap was made with love to make Anne Pro 2 keys style.
Keymap will be synced with all changes which dear msvisser will make.

Keys:
ANNE+0 - off/on the backlight
ANNE+9 - switch the backlight profile
ANNE + =/+ - increases brightness
ANNE + - -/_ - changes backlight speed
ANNE+TAB - reset the keyboard (instead of button on the back side)
ANNE+TAB+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

All other keys (like del, ins, pause, prnt.scr, home, etc) remain on the inital AP1 places.
To compile: `make anne_pro:ap2style_win`
2 changes: 1 addition & 1 deletion keyboards/anne_pro/keymaps/ap2style_win/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, XXXXXXX, _______, _______, _______, _______
),
[2] = LAYOUT(
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, APL_MOD, APL_RGB, APL_RAT, APL_BRT, XXXXXXX,
XXXXXXX, KC_MSTP, KC_VOLD, KC_VOLU, KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, XXXXXXX, APL_MOD, APL_RGB, APL_RAT, APL_BRT, XXXXXXX,
RESET, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
_______, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, _______,
Expand Down

0 comments on commit d875c06

Please sign in to comment.