diff options
author | fauxpark <fauxpark@gmail.com> | 2021-01-01 05:09:50 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-01-01 05:09:50 +1100 |
commit | e3da93e65812e0beaa530f6c8d9931add44d2c02 (patch) | |
tree | d5e68477c43e0b60b41486ebcefbb2697b10212c /keyboards/quark/config.h | |
parent | da8423ca97170088991459f39a7d2a94de53fda9 (diff) | |
parent | 53e9213a2255cebf9ec2c3f8302241ede8d16f07 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/quark/config.h')
-rw-r--r-- | keyboards/quark/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/quark/config.h b/keyboards/quark/config.h index 084891b2ce..1dede7ed68 100644 --- a/keyboards/quark/config.h +++ b/keyboards/quark/config.h @@ -1,5 +1,5 @@ -/* Copyright 2015-2017 Jack Humbert - * Modified by Nasp for the Quark +/* Copyright 2020 Nathan Spears + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or @@ -71,5 +71,3 @@ #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue #define RGBLIGHT_SAT_STEP 12 // units to step when in/decresing saturation #define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness) - -#define TAPPING_TOGGLE 2 |