Skip to content

Commit

Permalink
Reconfig some mousing
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Aug 13, 2024
1 parent ddc4594 commit 75d1922
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 86 deletions.
20 changes: 2 additions & 18 deletions keyboards/ploopyco/madromys/keymaps/plodah/config.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
/* Copyright 2021 Colin Lam (Ploopy Corporation)
* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <[email protected]>
* Copyright 2019 Sunjun Kim
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
#include "plodah.h"

#define PLODAH_ALTTAB_ENHANCEMENTS_ENABLE
#define IS_MOUSE

#ifdef PLOOPY_SCROLL_DEBOUNCE
# undef PLOOPY_SCROLL_DEBOUNCE
#endif
Expand Down
25 changes: 2 additions & 23 deletions keyboards/ploopyco/mouse/keymaps/plodah/config.h
Original file line number Diff line number Diff line change
@@ -1,30 +1,9 @@
/* Copyright 2021 Colin Lam (Ploopy Corporation)
* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <[email protected]>
* Copyright 2019 Sunjun Kim
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
#include "plodah.h"

/* ------- RGB LIGHTING ------- */
#ifdef RGBLIGHT_ENABLE
# include "configs/rgblight-effects-none.h"
#endif // RGBLIGHT_ENABLE

#define PLODAH_ALTTAB_ENHANCEMENTS_ENABLE
#define IS_MOUSE

#ifdef PLOOPY_IGNORE_SCROLL_CLICK
# undef PLOOPY_IGNORE_SCROLL_CLICK
#endif
Expand Down
10 changes: 5 additions & 5 deletions keyboards/ploopyco/mouse/keymaps/plodah/keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
[
"C(KC_C)", "KC_BTN1", "KC_BTN3", "KC_BTN2", "C(KC_V)",
"LT(1, KC_BTN4)",
"LT(1, KC_BTN5)", "DRAG_SCROLL"
"LT(1, KC_BTN5)", "DPI_CONFIG"
],
[
"_______", "DRAG_SCROLL", "_______", "DPI_CONFIG", "G(KC_L)",
"MO(2)",
"MO(2)", "_______"
"_______", "PL_ALTSTAB", "_______", "PL_ALTTAB", "_______",
"_______",
"_______", "_______"
],
[
"_______", "_______","_______", "_______", "LCA(KC_DEL)",
"_______", "_______","_______", "_______", "_______",
"_______",
"_______", "_______"
]
Expand Down
20 changes: 2 additions & 18 deletions keyboards/ploopyco/trackball_mini/keymaps/plodah/config.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
/* Copyright 2021 Colin Lam (Ploopy Corporation)
* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <[email protected]>
* Copyright 2019 Sunjun Kim
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
#include "plodah.h"

#define PLODAH_ALTTAB_ENHANCEMENTS_ENABLE
#define IS_MOUSE

#ifdef PLOOPY_IGNORE_SCROLL_CLICK
# undef PLOOPY_IGNORE_SCROLL_CLICK
#endif
Expand Down
8 changes: 4 additions & 4 deletions keyboards/ploopyco/trackball_mini/keymaps/plodah/keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"LT(1, KC_BTN5)"
],
[
"G(KC_L)",
"_______",
"DPI_CONFIG",
"MO(2)",
"DRAG_SCROLL",
"MO(2)"
"_______",
"PL_ALTSTAB",
"PL_ALTTAB"
],
[
"_______",
Expand Down
20 changes: 2 additions & 18 deletions keyboards/ploopyco/trackball_thumb/keymaps/plodah/config.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
/* Copyright 2021 Colin Lam (Ploopy Corporation)
* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <[email protected]>
* Copyright 2019 Sunjun Kim
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
#include "plodah.h"

#define PLODAH_ALTTAB_ENHANCEMENTS_ENABLE
#define IS_MOUSE

#ifdef PLOOPY_IGNORE_SCROLL_CLICK
# undef PLOOPY_IGNORE_SCROLL_CLICK
#endif
Expand Down

0 comments on commit 75d1922

Please sign in to comment.