Skip to content

Commit 999391f

Browse files
tguinanTomas Guinandrashna
authored
Created "paddlegame" keymap (#13629)
* Added gmmk pro paddlegame keymap * Replaced config.h with my own * Adjust code to better fit style guide * Update readme to include layout * Fixed keymap, was missing a few keys * Replaced all instances of _isWinKeyDisabled with keymap_config.no_gui * Update keyboards/gmmk/pro/ansi/keymaps/paddlegame/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Tomas Guinan <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
1 parent 1bb7af4 commit 999391f

File tree

6 files changed

+744
-0
lines changed

6 files changed

+744
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/* Copyright 2021 Tomas Guinan
2+
*
3+
* This program is free software: you can redistribute it and/or modify
4+
* it under the terms of the GNU General Public License as published by
5+
* the Free Software Foundation, either version 2 of the License, or
6+
* (at your option) any later version.
7+
*
8+
* This program is distributed in the hope that it will be useful,
9+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
* GNU General Public License for more details.
12+
*
13+
* You should have received a copy of the GNU General Public License
14+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
*/
16+
17+
#pragma once
18+
19+
#ifdef RGB_MATRIX_ENABLE
20+
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_COLOR
21+
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
22+
#endif
23+
24+
#define FORCE_NKRO

0 commit comments

Comments
 (0)