Skip to content

Commit

Permalink
Change reported power consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Oct 22, 2024
1 parent 4537717 commit 415e68a
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboards/work_louder/loop/keymaps/via/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
#define USB_SUSPEND_WAKEUP_DELAY 200

#define DYNAMIC_KEYMAP_LAYER_COUNT 8

#define USB_MAX_POWER_CONSUMPTION 100
2 changes: 2 additions & 0 deletions keyboards/work_louder/loop/keymaps/via_midi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
#undef ENABLE_RGB_MATRIX_PIXEL_FRACTAL

#define VIA_FIRMWARE_VERSION 0x1

#define USB_MAX_POWER_CONSUMPTION 100
2 changes: 2 additions & 0 deletions keyboards/work_louder/micro/keymaps/figma/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255

#define DYNAMIC_KEYMAP_LAYER_COUNT 8

#define USB_MAX_POWER_CONSUMPTION 100
2 changes: 2 additions & 0 deletions keyboards/work_louder/micro/keymaps/via/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255

#define DYNAMIC_KEYMAP_LAYER_COUNT 8

#define USB_MAX_POWER_CONSUMPTION 100
2 changes: 2 additions & 0 deletions keyboards/work_louder/micro/keymaps/via_midi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
#undef ENABLE_RGB_MATRIX_PIXEL_FRACTAL

#define VIA_FIRMWARE_VERSION 0x1

#define USB_MAX_POWER_CONSUMPTION 100
10 changes: 10 additions & 0 deletions keyboards/work_louder/nano/keymaps/via/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

// #define MIDI_BASIC
// #define NO_ACTION_ONESHOT

#define USB_SUSPEND_WAKEUP_DELAY 200

#define USB_MAX_POWER_CONSUMPTION 100
2 changes: 2 additions & 0 deletions keyboards/work_louder/numpad/keymaps/via/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255

#define DYNAMIC_KEYMAP_LAYER_COUNT 8

#define USB_MAX_POWER_CONSUMPTION 100
2 changes: 2 additions & 0 deletions keyboards/work_louder/work_board/keymaps/via/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
#define DYNAMIC_KEYMAP_LAYER_COUNT 8

#define USB_SUSPEND_WAKEUP_DELAY 200

#define USB_MAX_POWER_CONSUMPTION 100
2 changes: 2 additions & 0 deletions keyboards/work_louder/work_board/keymaps/via_midi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
#define DYNAMIC_KEYMAP_LAYER_COUNT 5

#define VIA_FIRMWARE_VERSION 0x1

#define USB_MAX_POWER_CONSUMPTION 100

0 comments on commit 415e68a

Please sign in to comment.