summaryrefslogtreecommitdiffstats
path: root/keyboards/pizzakeyboards
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pizzakeyboards')
-rw-r--r--keyboards/pizzakeyboards/pizza65/config.h46
-rw-r--r--keyboards/pizzakeyboards/pizza65/keymaps/default/readme.md1
-rw-r--r--keyboards/pizzakeyboards/pizza65/keymaps/via/readme.md1
-rw-r--r--keyboards/pizzakeyboards/pizza65/keymaps/via/rules.mk2
-rw-r--r--keyboards/pizzakeyboards/pizza65/pizza65.c17
-rw-r--r--keyboards/pizzakeyboards/pizza65/readme.md19
-rw-r--r--keyboards/pizzakeyboards/pizza65/rules.mk18
7 files changed, 0 insertions, 104 deletions
diff --git a/keyboards/pizzakeyboards/pizza65/config.h b/keyboards/pizzakeyboards/pizza65/config.h
deleted file mode 100644
index 1789ead3e8..0000000000
--- a/keyboards/pizzakeyboards/pizza65/config.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
-Copyright 2020 mmonte
-
-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
-
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 16
-
-#define MATRIX_ROW_PINS { B15, A10, F1, A0, A1 }
-#define MATRIX_COL_PINS { A9, A8, F0, A2, A3, A4, B9, B8, B7, B6, B5, B4, B3, A15, A14, A13}
-
-#define DIODE_DIRECTION COL2ROW
-
-#define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
-/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
-/* Locking resynchronize hack */
-#define LOCKING_RESYNC_ENABLE
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
-
-/* Bootmagic Lite key configuration */
-#define BOOTMAGIC_LITE_ROW 0
-#define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/pizzakeyboards/pizza65/keymaps/default/readme.md b/keyboards/pizzakeyboards/pizza65/keymaps/default/readme.md
deleted file mode 100644
index bf78ffe048..0000000000
--- a/keyboards/pizzakeyboards/pizza65/keymaps/default/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-#Default keymap. Pretty Standard ANSI with blocker layout.
diff --git a/keyboards/pizzakeyboards/pizza65/keymaps/via/readme.md b/keyboards/pizzakeyboards/pizza65/keymaps/via/readme.md
deleted file mode 100644
index 72be963a9c..0000000000
--- a/keyboards/pizzakeyboards/pizza65/keymaps/via/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-#Keymap for enabling VIA compatibility. Same ANSI with blocker as default.
diff --git a/keyboards/pizzakeyboards/pizza65/keymaps/via/rules.mk b/keyboards/pizzakeyboards/pizza65/keymaps/via/rules.mk
deleted file mode 100644
index 36b7ba9cbc..0000000000
--- a/keyboards/pizzakeyboards/pizza65/keymaps/via/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-VIA_ENABLE = yes
-LTO_ENABLE = yes
diff --git a/keyboards/pizzakeyboards/pizza65/pizza65.c b/keyboards/pizzakeyboards/pizza65/pizza65.c
deleted file mode 100644
index 93d832af2b..0000000000
--- a/keyboards/pizzakeyboards/pizza65/pizza65.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright 2020 mmonte
- *
- * 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 "pizza65.h"
diff --git a/keyboards/pizzakeyboards/pizza65/readme.md b/keyboards/pizzakeyboards/pizza65/readme.md
deleted file mode 100644
index 8db9931e23..0000000000
--- a/keyboards/pizzakeyboards/pizza65/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Pizza Keyboards Pizza65
-
-Pizza65 is the first project from Pizza Keyboards: a seamless design 65% top-mount board, designed in Italy and made in Germany.
-
-![pizza65](https://i.imgur.com/VxRVrK9l.jpg)
-
-* Keyboard Maintainer: [mm0nte](https://github.com/mm0nte)
-* Hardware Supported: PizzaPCB for Pizza65
-* Hardware Availability: www.keyboards.pizza
-
-Make example for this keyboard (after setting up your build environment):
-
- make pizzakeyboards/pizza65:default
-
-Flashing example for this keyboard:
-
- make pizzakeyboards/pizza65:default:flash
-
-See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/pizzakeyboards/pizza65/rules.mk b/keyboards/pizzakeyboards/pizza65/rules.mk
deleted file mode 100644
index 524b4e4018..0000000000
--- a/keyboards/pizzakeyboards/pizza65/rules.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# MCU name
-MCU = STM32F072
-
-# Bootloader selection
-BOOTLOADER = stm32-dfu
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output