aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorJoshua Diamond <josh@windowoffire.com>2020-06-23 22:02:12 -0400
committerGitHub <noreply@github.com>2020-06-24 12:02:12 +1000
commit9b398a8f31e31cd8aed60a2d90ada306213f70f5 (patch)
treea8ae34a08b7fd446a355a8580ba6fcd3daa57c55 /layouts
parentc30170b868f50e74e52067ea78b184b7ee875be5 (diff)
downloadfirmware-9b398a8f31e31cd8aed60a2d90ada306213f70f5.tar.gz
firmware-9b398a8f31e31cd8aed60a2d90ada306213f70f5.tar.bz2
firmware-9b398a8f31e31cd8aed60a2d90ada306213f70f5.zip
Partial and window screenshots (#9332)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/75_ansi/spidey3/keymap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/community/75_ansi/spidey3/keymap.c b/layouts/community/75_ansi/spidey3/keymap.c
index aaa93ee2d..d3c4a64ea 100644
--- a/layouts/community/75_ansi/spidey3/keymap.c
+++ b/layouts/community/75_ansi/spidey3/keymap.c
@@ -1,6 +1,5 @@
#include "spidey3.h"
-#define OSX_PSC G(S(KC_4))
#define FN_MENU LT(_FN,KC_APP)
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
@@ -15,7 +14,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
// OSX layout
[_OSX] = LAYOUT_75_ansi(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, OSX_PSC, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,