Skip to content

Commit

Permalink
pointing divice delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Dec 11, 2024
1 parent b45d5db commit 4618678
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboards/ploopyco/pavonis/keymaps/plodah/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Copyright 2024 George Norton (@george-norton)
// SPDX-License-Identifier: GPL-2.0-or-later

// #define MAXTOUCH_BOOTLOADER_GESTURE
5 changes: 5 additions & 0 deletions keyboards/ploopyco/pavonis/keymaps/plodah/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright 2024 George Norton (@george-norton)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {{{ KC_NO }}};
31 changes: 31 additions & 0 deletions keyboards/ploopyco/trackball_nano/keymaps/plodah/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/* Copyright 2021 Colin Lam (Ploopy Corporation)
* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <[email protected]>
* Copyright 2019 Sunjun Kim
* Copyright 2019 Hiroyuki Okada
*
* 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/>.
*/
#include QMK_KEYBOARD_H

// Dummy
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {{{ KC_NO }}};

void suspend_power_down_user(void) {
// Switch off sensor + LED making trackball unable to wake host
adns5050_power_down();
}

void suspend_wakeup_init_user(void) {
adns5050_init();
}
2 changes: 2 additions & 0 deletions qmk.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
["kprepublic/bm65hsrgb_iso/rev2", "plodah"],
["ploopyco/madromys", "plodah"],
["ploopyco/mouse", "plodah"],
["ploopyco/pavonis", "plodah"],
["ploopyco/trackball_mini", "plodah"],
["ploopyco/trackball_nano", "plodah"],
["ploopyco/trackball_thumb", "plodah"],
["sofle", "plodah"],
["winry/winry315", "plodah"],
Expand Down

0 comments on commit 4618678

Please sign in to comment.