summaryrefslogtreecommitdiff
path: root/keyboards/peiorisboards/ixora
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/peiorisboards/ixora')
-rw-r--r--keyboards/peiorisboards/ixora/chconf.h27
-rw-r--r--keyboards/peiorisboards/ixora/config.h27
-rw-r--r--keyboards/peiorisboards/ixora/halconf.h37
-rw-r--r--keyboards/peiorisboards/ixora/info.json21
-rw-r--r--keyboards/peiorisboards/ixora/ixora.c1
-rw-r--r--keyboards/peiorisboards/ixora/ixora.h40
-rw-r--r--keyboards/peiorisboards/ixora/keymaps/default/keymap.c42
-rw-r--r--keyboards/peiorisboards/ixora/keymaps/wntrmln/keymap.c26
-rw-r--r--keyboards/peiorisboards/ixora/readme.md22
-rw-r--r--keyboards/peiorisboards/ixora/rules.mk21
10 files changed, 0 insertions, 264 deletions
diff --git a/keyboards/peiorisboards/ixora/chconf.h b/keyboards/peiorisboards/ixora/chconf.h
deleted file mode 100644
index f5aea5228c..0000000000
--- a/keyboards/peiorisboards/ixora/chconf.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright 2020 QMK
- *
- * 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/>.
- */
-
-/*
- * This file was auto-generated by:
- * `qmk chibios-confmigrate -i keyboards/peiorisboards/ixora/chconf.h -r platforms/chibios/common/configs/chconf.h`
- */
-
-#pragma once
-
-#define CH_CFG_ST_FREQUENCY 10000
-
-#include_next <chconf.h>
-
diff --git a/keyboards/peiorisboards/ixora/config.h b/keyboards/peiorisboards/ixora/config.h
deleted file mode 100644
index ec7dfa705b..0000000000
--- a/keyboards/peiorisboards/ixora/config.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#pragma once
-
-#include "config_common.h"
-
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x0C61
-#define DEVICE_VER 0x00C6
-#define MANUFACTURER PeiorisBoards
-#define PRODUCT Ixora Rev1
-
-/* key matrix size */
-#define MATRIX_ROWS 1
-#define MATRIX_COLS 6
-
-#define MATRIX_ROW_PINS { A0 }
-#define MATRIX_COL_PINS { B4, A15, B3, A1, B6, B5 }
-
-/* COL2ROW, ROW2COL */
-#define DIODE_DIRECTION COL2ROW
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 0
-
-#define LED_NUM_LOCK_PIN A9
-#define LED_CAPS_LOCK_PIN A10
-#define LED_SCROLL_LOCK_PIN A8
diff --git a/keyboards/peiorisboards/ixora/halconf.h b/keyboards/peiorisboards/ixora/halconf.h
deleted file mode 100644
index 4cd3b28890..0000000000
--- a/keyboards/peiorisboards/ixora/halconf.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Copyright 2020 QMK
- *
- * 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/>.
- */
-
-/*
- * This file was auto-generated by:
- * `qmk chibios-confmigrate -i keyboards/peiorisboards/ixora/halconf.h -r platforms/chibios/common/configs/halconf.h`
- */
-
-#pragma once
-
-#define HAL_USE_SERIAL_USB TRUE
-
-#define ADC_USE_WAIT FALSE
-
-#define ADC_USE_MUTUAL_EXCLUSION FALSE
-
-#define SERIAL_USB_BUFFERS_SIZE 256
-
-#define SPI_USE_WAIT FALSE
-
-#define SPI_USE_MUTUAL_EXCLUSION FALSE
-
-#include_next <halconf.h>
-
diff --git a/keyboards/peiorisboards/ixora/info.json b/keyboards/peiorisboards/ixora/info.json
deleted file mode 100644
index a1818632cb..0000000000
--- a/keyboards/peiorisboards/ixora/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "keyboard_name": "Ixora",
- "url": "",
- "maintainer": "Peioris",
- "width": 3,
- "height": 2,
- "layouts": {
- "LAYOUT_full": {
- "layout": [{"label":"1", "x":0, "y":0}, {"label":"2", "x":1, "y":0}, {"label":"3", "x":2, "y":0}, {"label":"Caps Lock", "x":0, "y":1}, {"label":"Num Lock", "x":1, "y":1}, {"label":"Scroll Lock", "x":2, "y":1}]
- },
- "LAYOUT_blocker_right": {
- "layout": [{"label":"1", "x":0, "y":0}, {"label":"2", "x":1, "y":0}, {"label":"Caps Lock", "x":0, "y":1}, {"label":"Num Lock", "x":1, "y":1}, {"label":"Scroll Lock", "x":2, "y":1}]
- },
- "LAYOUT_blocker_left": {
- "layout": [{"label":"2", "x":1, "y":0}, {"label":"3", "x":2, "y":0}, {"label":"Caps Lock", "x":0, "y":1}, {"label":"Num Lock", "x":1, "y":1}, {"label":"Scroll Lock", "x":2, "y":1}]
- },
- "LAYOUT_arrows": {
- "layout": [{"label":"\u2191", "x":1, "y":0}, {"label":"\u2190", "x":0, "y":1}, {"label":"\u2193", "x":1, "y":1}, {"label":"\u2192", "x":2, "y":1}]
- }
- }
- }
diff --git a/keyboards/peiorisboards/ixora/ixora.c b/keyboards/peiorisboards/ixora/ixora.c
deleted file mode 100644
index f2dcd864aa..0000000000
--- a/keyboards/peiorisboards/ixora/ixora.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "ixora.h"
diff --git a/keyboards/peiorisboards/ixora/ixora.h b/keyboards/peiorisboards/ixora/ixora.h
deleted file mode 100644
index 92cf6586a6..0000000000
--- a/keyboards/peiorisboards/ixora/ixora.h
+++ /dev/null
@@ -1,40 +0,0 @@
-#pragma once
-
-#define XXX KC_NO
-
-#include "quantum.h"
-
-// This a shortcut to help you visually see your layout.
-
-#define LAYOUT_full( \
- K00, K01, K02, \
- K03, K04, K05 \
-) \
-{ \
- { K00, K01, K02, K03, K04, K05 } \
-}
-
-#define LAYOUT_blocker_right( \
- K00, K01, \
- K03, K04, K05 \
-) \
-{ \
- { K00, K01, XXX, K03, K04, K05 } \
-}
-
-#define LAYOUT_blocker_left( \
- K01, K02, \
- K03, K04, K05 \
-) \
-{ \
- { XXX, K01, K02, K03, K04, K05 } \
-}
-
-#define LAYOUT_arrows( \
- K01, \
- K03, K04, K05 \
-) \
-{ \
- { XXX, K01, XXX, K03, K04, K05 } \
-}
-
diff --git a/keyboards/peiorisboards/ixora/keymaps/default/keymap.c b/keyboards/peiorisboards/ixora/keymaps/default/keymap.c
deleted file mode 100644
index 85a6468515..0000000000
--- a/keyboards/peiorisboards/ixora/keymaps/default/keymap.c
+++ /dev/null
@@ -1,42 +0,0 @@
-/* Copyright 2018 Peioris
- *
- * 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
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /* Keymap _BL: (Base Layer) Default Layer
- * ,-----------------.
- * |RESET| 2 | 3 |
- * |-----------------|
- * |Caps |NmLk |ScLk |
- * `-----------------'
- */
-[0] = LAYOUT_full(
- RESET, KC_2, KC_3,
- KC_CAPS, KC_NLCK, KC_SLCK)
-};
-
-void matrix_init_user(void) {
- //user initialization
-}
-
-void matrix_scan_user(void) {
- //user matrix
-}
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- return true;
-}
diff --git a/keyboards/peiorisboards/ixora/keymaps/wntrmln/keymap.c b/keyboards/peiorisboards/ixora/keymaps/wntrmln/keymap.c
deleted file mode 100644
index 3e08c78015..0000000000
--- a/keyboards/peiorisboards/ixora/keymaps/wntrmln/keymap.c
+++ /dev/null
@@ -1,26 +0,0 @@
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /* Keymap _BL: (Base Layer) Default Layer
- * ,-----------------.
- * |RESET| 2 | 3 |
- * |-----------------|
- * |Caps |NmLk |ScLk |
- * `-----------------'
- */
-[0] = LAYOUT_full(
- KC_PSCR, KC_MUTE, LGUI(KC_1),
- KC_MPRV, KC_MPLY, KC_MNXT)
-};
-
-void matrix_init_user(void) {
- //user initialization
-}
-
-void matrix_scan_user(void) {
- //user matrix
-}
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- return true;
-}
diff --git a/keyboards/peiorisboards/ixora/readme.md b/keyboards/peiorisboards/ixora/readme.md
deleted file mode 100644
index 1a011ba9ad..0000000000
--- a/keyboards/peiorisboards/ixora/readme.md
+++ /dev/null
@@ -1,22 +0,0 @@
-Ixora
-=========
-
-[Ixora](https://i.imgur.com/GqDk3XY.png)
-
-
-Ixora is an ARM-powered 6-key macropad with a USB connector, hotswap sockets, and indicator LEDs.
-
-Keyboard Maintainer: [Peioris](https://github.com/coarse)
-Hardware Supported: Ixora PCB
-Hardware Availability: [Peioris](https://github.com/coarse)
-
-Make example for this keyboard (after setting up your build environment):
-
- make peiorisboards/ixora:default:dfu-util
-
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
-
-#### Developer's Note
-
-STM32F042xx chips does not allow jumping to bootloader without BOOT0 being set to high, therefore it is impossible to enter the bootloader from sending a `RESET` keycode nor using bootmagic or bootmagic lite.
-The only way to enter bootloader is to hold the BOOT0 button while the keyboard is powering up or after a power reset (done by pressing the reset switch or sending a `RESET` keycode).
diff --git a/keyboards/peiorisboards/ixora/rules.mk b/keyboards/peiorisboards/ixora/rules.mk
deleted file mode 100644
index 0bbdadfe60..0000000000
--- a/keyboards/peiorisboards/ixora/rules.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# MCU name
-MCU = STM32F042
-
-# Bootloader selection
-BOOTLOADER = stm32-dfu
-
-# Build Options
-# comment out to disable the options.
-#
-BACKLIGHT_ENABLE = no
-BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
-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 # USB Nkey Rollover
-NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
-
-
-# Enter lower-power sleep mode when on the ChibiOS idle thread
-OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE