diff options
author | Joel Challis <git@zvecr.com> | 2022-02-26 03:20:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 03:20:57 +0000 |
commit | 83a32b257473c5dc9fbacd71a3c1470dde21ad84 (patch) | |
tree | 88a243f0b23f7cd555aef45603ed6609e6aecb7d /keyboards/handwired/xealousbrown/config.h | |
parent | e7931289918221081cbe2a7ea5df27a5d86324db (diff) | |
download | qmk_firmware-83a32b257473c5dc9fbacd71a3c1470dde21ad84.tar.gz qmk_firmware-83a32b257473c5dc9fbacd71a3c1470dde21ad84.zip |
Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keymaps (#16448)
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level
* Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
Diffstat (limited to 'keyboards/handwired/xealousbrown/config.h')
-rw-r--r-- | keyboards/handwired/xealousbrown/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/xealousbrown/config.h b/keyboards/handwired/xealousbrown/config.h index 70775ffaeb..cb787ba0c2 100644 --- a/keyboards/handwired/xealousbrown/config.h +++ b/keyboards/handwired/xealousbrown/config.h @@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROWS 5 #define MATRIX_COLS 13 #define DEBOUNCE 10 -#define USB_POLLING_INTERVAL_MS 1 /* layer optimization */ #define LAYER_STATE_8BIT #define MAX_LAYER 2 |