diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-02 10:49:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 10:49:44 -0700 |
commit | 956cf8d7bfbca187ad9d1e0aabbe6c25348d5e07 (patch) | |
tree | db604cf57706a84bfeac69db13e16cdf2ade3dfb /keyboards/work_louder/loop/keymaps | |
parent | d36a7c512d14e3bc6534f311e8f1a8a69878acb3 (diff) |
[Keyboard] Work Louder board fixup (#14247)
* [Keyboard] Add some last minute tweaks to Work board
* Additional fixes
* Fix rgb pin
* Fix ws2812 hackery
* additional led tweaks
* Add indicator LEDs
* fix bootmagic settings
* Fix up RGB stuff
* Limit power draw for entire board
* fixup lights and such
* change LED order on loop
* Fix indicators if via is not enabled
* Enable Sleep for rgb matrix
* Even more LED tweaks
* Final tweaks?
* Tweak keycodes
Diffstat (limited to 'keyboards/work_louder/loop/keymaps')
-rw-r--r-- | keyboards/work_louder/loop/keymaps/via/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/work_louder/loop/keymaps/via/keymap.c b/keyboards/work_louder/loop/keymaps/via/keymap.c index 134bce65df..c5769b9910 100644 --- a/keyboards/work_louder/loop/keymaps/via/keymap.c +++ b/keyboards/work_louder/loop/keymaps/via/keymap.c @@ -15,11 +15,11 @@ */ #include QMK_KEYBOARD_H +// clang-format off const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - /* Base */ [0] = LAYOUT_via( KC_MUTE, KC_MPLY, R_M_TOG, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, MO(1), - KC_VOLD, KC_VOLD, KC_MPRV, KC_MNXT, R_M_MOD, R_M_RMOD + KC_VOLU, KC_VOLD, KC_MNXT, KC_MPRV, R_M_MOD, R_M_RMOD ), [1] = LAYOUT_via( RESET, _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, MO(2), _______, |