aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/atom47/rev3
diff options
context:
space:
mode:
authorMaarten Dekkers <maartenwut@gmail.com>2019-08-06 05:12:06 +0200
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-08-05 20:12:06 -0700
commit209b6baaa8fd49d5df34e0c10da8930e3271e5f1 (patch)
tree30997bc459cc1d847dcd2a166d3baf086266a1ee /keyboards/atom47/rev3
parent7f8922ae7bc6c52bd22d3953b8eda9e87c664cf9 (diff)
downloadfirmware-209b6baaa8fd49d5df34e0c10da8930e3271e5f1.tar.gz
firmware-209b6baaa8fd49d5df34e0c10da8930e3271e5f1.tar.bz2
firmware-209b6baaa8fd49d5df34e0c10da8930e3271e5f1.zip
Move maartenwut's keyboards to one folder (#6484)
Diffstat (limited to 'keyboards/atom47/rev3')
-rw-r--r--keyboards/atom47/rev3/config.h63
-rw-r--r--keyboards/atom47/rev3/info.json12
-rw-r--r--keyboards/atom47/rev3/rev3.c27
-rw-r--r--keyboards/atom47/rev3/rev3.h23
-rw-r--r--keyboards/atom47/rev3/rules.mk2
5 files changed, 0 insertions, 127 deletions
diff --git a/keyboards/atom47/rev3/config.h b/keyboards/atom47/rev3/config.h
deleted file mode 100644
index 5a302abff..000000000
--- a/keyboards/atom47/rev3/config.h
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
-Copyright 2012 Maarten Dekkers <atomkeeb@gmail.com
-
-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/>.
-*/
-
-#ifndef REV3_CONFIG_H
-#define REV3_CONFIG_H
-
-#include "config_common.h"
-
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x6060
-#define DEVICE_VER 0x0003
-#define MANUFACTURER Vortex
-#define PRODUCT Core
-#define DESCRIPTION Atom47 PCB for the Vortex Core Rev.3
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 13
-
-// ROWS: Top to bottom, COLS: Left to right
-
-#define MATRIX_ROW_PINS {B3,B2,B1,B0}
-#define MATRIX_COL_PINS {B7,F0,F1,F4,F6,D4,D6,D7,B4,B5,C6,C7,F7}
-#define UNUSED_PINS
-
-#define BACKLIGHT_PIN B6
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION COL2ROW
-
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
-/* Backlight configuration
- */
-#define BACKLIGHT_LEVELS 4
-
-#define RGB_DI_PIN F5 // The pin the LED strip is connected to
-#define RGBLED_NUM 6 // Number of LEDs in your strip
-#define RGBLIGHT_ANIMATIONS
-#define QMK_ESC_OUTPUT B7 // usually COL
-#define QMK_ESC_INPUT B3 // usually ROW
-#define QMK_LED E6
-
-#endif
diff --git a/keyboards/atom47/rev3/info.json b/keyboards/atom47/rev3/info.json
deleted file mode 100644
index 3c45ca8d4..000000000
--- a/keyboards/atom47/rev3/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "keyboard_name": "Atom47",
- "url": "https://atomkb.eu/atom47",
- "maintainer": "Maarten Dekkers",
- "width": 13,
- "height": 4,
- "layouts": {
- "LAYOUT": {
- "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":0, "y":1, "w":1.25}, {"x":1.25, "y":1}, {"x":2.25, "y":1}, {"x":3.25, "y":1}, {"x":4.25, "y":1}, {"x":5.25, "y":1}, {"x":6.25, "y":1}, {"x":7.25, "y":1}, {"x":8.25, "y":1}, {"x":9.25, "y":1}, {"x":10.25, "y":1}, {"x":11.25, "y":1, "w":1.75}, {"x":0, "y":2, "w":1.75}, {"x":1.75, "y":2}, {"x":2.75, "y":2}, {"x":3.75, "y":2}, {"x":4.75, "y":2}, {"x":5.75, "y":2}, {"x":6.75, "y":2}, {"x":7.75, "y":2}, {"x":8.75, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2, "w":1.25}, {"x":12, "y":2}, {"x":0, "y":3, "w":1.25}, {"x":1.25, "y":3}, {"x":2.25, "y":3}, {"x":3.25, "y":3}, {"x":4.25, "y":3, "w":1.75}, {"x":6, "y":3, "w":2.75}, {"x":8.75, "y":3}, {"x":9.75, "y":3}, {"x":10.75, "y":3}, {"x":11.75, "y":3, "w":1.25}]
- }
- }
-}
diff --git a/keyboards/atom47/rev3/rev3.c b/keyboards/atom47/rev3/rev3.c
deleted file mode 100644
index c541ed559..000000000
--- a/keyboards/atom47/rev3/rev3.c
+++ /dev/null
@@ -1,27 +0,0 @@
-#include "rev3.h"
-#include "led.h"
-
-void matrix_init_kb(void) {
- // put your keyboard start-up code here
- // runs once when the firmware starts up
- matrix_init_user();
- led_init_ports();
-};
-
-void matrix_scan_kb(void) {
- // put your looping keyboard code here
- // runs every cycle (a lot)
- matrix_scan_user();
-};
-
-void led_init_ports(void) {
- // * Set our LED pins as output
- DDRE |= (1 << 6);
-
- //Set output high, so the capslock led is off
- PORTE |= (1 << 6);
-}
-
-void led_set_kb(uint8_t usb_led) {
- led_set_user(usb_led);
-}
diff --git a/keyboards/atom47/rev3/rev3.h b/keyboards/atom47/rev3/rev3.h
deleted file mode 100644
index ad875bb40..000000000
--- a/keyboards/atom47/rev3/rev3.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef ATOM47_REV3_H
-#define ATOM47_REV3_H
-
-#include "quantum.h"
-
-// readability
-#define XXX KC_NO
-
-#define LAYOUT( \
- k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, \
- k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1c, \
- k20, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, \
- k30, k31, k32, k33, k35, k37, k39, k3a, k3b, k3c \
-) \
-{ \
- {k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c}, \
- {k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, XXX, k1c}, \
- {k20, XXX, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c}, \
- {k30, k31, k32, k33, XXX, k35, XXX, k37, XXX, k39, k3a, k3b, k3c} \
-}
-
-
-#endif
diff --git a/keyboards/atom47/rev3/rules.mk b/keyboards/atom47/rev3/rules.mk
deleted file mode 100644
index 13e553b56..000000000
--- a/keyboards/atom47/rev3/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
-RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality (+4870)