diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2022-09-07 00:35:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 00:35:47 +0100 |
commit | c2b35b2327d9033371192e20e9ee8821867a33b0 (patch) | |
tree | e86b5b4da92594f20b3d9dfd9fdbb778314da86e /keyboards/crkbd/keymaps/armand1m | |
parent | ff7470420a5634a3fedc052bf7dde0dcbd9af49b (diff) |
Remove legacy define USE_SERIAL_PD2 (#18298)
Diffstat (limited to 'keyboards/crkbd/keymaps/armand1m')
-rw-r--r-- | keyboards/crkbd/keymaps/armand1m/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/crkbd/keymaps/armand1m/config.h b/keyboards/crkbd/keymaps/armand1m/config.h index 405d329640..27f01a445a 100644 --- a/keyboards/crkbd/keymaps/armand1m/config.h +++ b/keyboards/crkbd/keymaps/armand1m/config.h @@ -28,11 +28,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define MASTER_RIGHT // #define EE_HANDS -#define USE_SERIAL_PD2 - // #define TAPPING_FORCE_HOLD // #define PERMISSIVE_HOLD -#define TAPPING_TERM 300 +#define TAPPING_TERM 300 #define IGNORE_MOD_TAP_INTERRUPT #ifdef RGBLIGHT_ENABLE |