diff options
author | vin <git@vineetk.net> | 2023-10-09 12:10:51 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-09 12:54:54 -0400 |
commit | 52db763c718733eada69e81b587377e3a720d390 (patch) | |
tree | d4453737fc7853bf84c8812cd53714fcc45be59c /layouts/community/ergodox/zweihander-macos/config.h | |
parent | 42a1e90a6d215d0ec0a1c166c90d8b58417b27f2 (diff) |
remove unused non-split layouts
Diffstat (limited to 'layouts/community/ergodox/zweihander-macos/config.h')
-rw-r--r-- | layouts/community/ergodox/zweihander-macos/config.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/layouts/community/ergodox/zweihander-macos/config.h b/layouts/community/ergodox/zweihander-macos/config.h deleted file mode 100644 index 5f414d86e7..0000000000 --- a/layouts/community/ergodox/zweihander-macos/config.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - Set any config.h overrides for your specific keymap here. - See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file -*/ - -#pragma once -// 15, the default, is too low for Kailh Coppers. I get lots of double presses. -// (ba-dum tish) -// #undef DEBOUNCE -// #define DEBOUNCE 22 - -// Reduce USB power consumption to 100 mA to make it work with a Lightning to USB 3 Camera Adapter (MK0W2AM/A). ZSA says 100 mA is high enough for the keyboard if you disable the big Shine/Glow LEDs first. -#undef USB_MAX_POWER_CONSUMPTION -#define USB_MAX_POWER_CONSUMPTION 100 |