aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/romac
diff options
context:
space:
mode:
authorGarret G <45295190+TheRoyalSweatshirt@users.noreply.github.com>2019-10-08 13:24:20 -0500
committerDrashna Jaelre <drashna@live.com>2019-10-08 11:24:20 -0700
commit9fe7b406cb43e334d588e69b14c3fa41ae4c4925 (patch)
tree6d9a5f09156c6943f9b1bef8613c1d76b2e089a6 /keyboards/romac
parent19584b92c559b134401be1efa7a5f199eda12f89 (diff)
downloadfirmware-9fe7b406cb43e334d588e69b14c3fa41ae4c4925.tar.gz
firmware-9fe7b406cb43e334d588e69b14c3fa41ae4c4925.tar.bz2
firmware-9fe7b406cb43e334d588e69b14c3fa41ae4c4925.zip
[Keyboard] Move existing boards to Kingly_Keys and add more boards (#6879)
* try to fix and orginize to Kingly_Keys subfolder and add various keyboard support * fixed layout nomenclature and rules.mk pref * modified readme for smd_milk * fixed layout name in little_foot.h * Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * remove old stand-alone keyboard folders * Fixed missing comma in littlefoot keymap * remove OLED code in romac_plus.c * Update rules.mk * Update readme.md * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update rules.mk * Update rules.mk * Update keymap.c * Update keymap.c * Update keymap.c * fix little_foot.h layouts, delete smd_milk readme.md * Fix ALpha Edits * Fix ALpha Edits p.2 * update little_foot.h * fix little_foot.h p.2 * Update keyboards/kingly_keys/little_foot/little_foot.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/kingly_keys/little_foot/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * Modify config.h for cleaned up PCB.
Diffstat (limited to 'keyboards/romac')
-rw-r--r--keyboards/romac/config.h40
-rw-r--r--keyboards/romac/info.json13
-rw-r--r--keyboards/romac/keymaps/default/keymap.c37
-rw-r--r--keyboards/romac/keymaps/jarred/keymap.c37
-rw-r--r--keyboards/romac/keymaps/stanrc85/config.h11
-rw-r--r--keyboards/romac/keymaps/stanrc85/keymap.c78
-rw-r--r--keyboards/romac/keymaps/stanrc85/rules.mk1
-rw-r--r--keyboards/romac/readme.md16
-rw-r--r--keyboards/romac/romac.c1
-rw-r--r--keyboards/romac/romac.h16
-rw-r--r--keyboards/romac/rules.mk57
11 files changed, 0 insertions, 307 deletions
diff --git a/keyboards/romac/config.h b/keyboards/romac/config.h
deleted file mode 100644
index da236c500..000000000
--- a/keyboards/romac/config.h
+++ /dev/null
@@ -1,40 +0,0 @@
-#pragma once
-
-#include "config_common.h"
-
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x6060
-#define DEVICE_VER 0x0001
-#define MANUFACTURER TheRoyalSweatshirt
-#define PRODUCT romac
-#define DESCRIPTION A *Plaid inspired twelve-key macropad
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 3
-
-/* key matrix pins */
-#define MATRIX_ROW_PINS { D4, C6, D7, E6 }
-#define MATRIX_COL_PINS { F7, B1, B3 }
-#define UNUSED_PINS
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION COL2ROW
-
-/* number of backlight levels */
-
-#define BACKLIGHT_LEVELS 0
-
-/* Set 0 if debouncing isn't 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
-
-#define RGBLED_NUM 0
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
diff --git a/keyboards/romac/info.json b/keyboards/romac/info.json
deleted file mode 100644
index 305785991..000000000
--- a/keyboards/romac/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "keyboard_name": "RoMac",
- "url": "",
- "maintainer": "TheRoyalSweatshirt",
- "width": 3,
- "height": 4,
- "layouts": {
- "LAYOUT": {
- "key_count": 12,
- "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}]
- }
- }
-}
diff --git a/keyboards/romac/keymaps/default/keymap.c b/keyboards/romac/keymaps/default/keymap.c
deleted file mode 100644
index 35636f36b..000000000
--- a/keyboards/romac/keymaps/default/keymap.c
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Copyright 2018 Jack Humbert
- *
- * 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
-
-#define _BASE 0
-#define _FN1 1
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [_BASE] = LAYOUT(
- KC_7, KC_8, KC_9, \
- KC_4, KC_5, KC_6, \
- KC_1, KC_2, KC_3, \
- MO(_FN1), KC_0, KC_ENT \
- ),
-
- [_FN1] = LAYOUT(
- KC_TRNS, KC_HOME, KC_PGUP, \
- KC_TRNS, KC_END, KC_PGDN, \
- KC_TRNS, KC_TRNS, KC_TRNS, \
- KC_TRNS, KC_TRNS, KC_DOT \
- )
-};
diff --git a/keyboards/romac/keymaps/jarred/keymap.c b/keyboards/romac/keymaps/jarred/keymap.c
deleted file mode 100644
index 472e99004..000000000
--- a/keyboards/romac/keymaps/jarred/keymap.c
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Copyright 2019 Jarred Steenvoorden
- *
- * 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
-
-#define _BASE 0
-#define _FN1 1
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [_BASE] = LAYOUT(
- KC_7, KC_8, KC_9, \
- KC_4, KC_5, KC_6, \
- KC_1, KC_2, KC_3, \
- LT(_FN1, KC_0), KC_ENT, KC_DOT \
- ),
-
- [_FN1] = LAYOUT(
- KC_HOME, KC_UP , KC_PGUP , \
- KC_LEFT, KC_DOWN, KC_RIGHT, \
- KC_END , KC_BSPC, KC_PGDN , \
- KC_TRNS, XXXXXXX, KC_DEL \
- )
-};
diff --git a/keyboards/romac/keymaps/stanrc85/config.h b/keyboards/romac/keymaps/stanrc85/config.h
deleted file mode 100644
index 722fd7e9e..000000000
--- a/keyboards/romac/keymaps/stanrc85/config.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#undef RGBLED_NUM
-#define RGBLED_NUM 16
-
-#define RGB_DI_PIN F4
-#ifdef RGB_DI_PIN
- #define RGBLIGHT_HUE_STEP 8
- #define RGBLIGHT_SAT_STEP 8
- #define RGBLIGHT_VAL_STEP 8
- #define RGBLIGHT_ANIMATIONS
-#endif
-
diff --git a/keyboards/romac/keymaps/stanrc85/keymap.c b/keyboards/romac/keymaps/stanrc85/keymap.c
deleted file mode 100644
index ecca61cae..000000000
--- a/keyboards/romac/keymaps/stanrc85/keymap.c
+++ /dev/null
@@ -1,78 +0,0 @@
-/* Copyright 2019 Stanrc85
- *
- * 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
-#include "stanrc85.h"
-
-enum keys {
- U_LAYR = SAFE_RANGE,
- D_LAYR
-};
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [_NUMPAD] = LAYOUT(
- KC_7, KC_8, KC_9,
- KC_4, KC_5, KC_6,
- KC_1, KC_2, KC_3,
- U_LAYR, KC_0, KC_ENT),
-
- [_NAVKEY] = LAYOUT(
- KC_HOME, KC_INS, KC_PGUP,
- KC_END, KC_UP, KC_PGDN,
- KC_LEFT, KC_DOWN, KC_RGHT,
- U_LAYR, TD_TWIN, D_LAYR),
-
- [_MEDIA] = LAYOUT(
- KC_MUTE, KC_VOLD, KC_VOLU,
- CA_QUOT, KC_MPLY, CA_SCLN,
- CA_COPY, CA_PSTE, KC_NO,
- U_LAYR, KC_NO, D_LAYR),
-
- [_RGB] = LAYOUT(
- RGB_SAI, RGB_VAI, RGB_HUI,
- RGB_SAD, RGB_VAD, RGB_HUD,
- RGB_TOG, RGB_MOD, KC_NO,
- U_LAYR, KC_NO, D_LAYR),
-
- [_FN1PAD] = LAYOUT(
- KC_NO, KC_NO, KC_NO,
- KC_NO, KC_NO, RESET,
- KC_NO, KC_NO, KC_MAKE,
- KC_NO, KC_LSFT, D_LAYR)
-};
-
-bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
- keypos_t key;
- uint8_t current_layer;
- uint8_t next_layer;
- switch (keycode) {
- case U_LAYR: //cycles up the layers
- if (!record->event.pressed) {
- current_layer = layer_switch_get_layer(key);
- next_layer = current_layer+1;
- layer_move(next_layer);
- }
- break;
- case D_LAYR: //cycles down the layers
- if (!record->event.pressed) {
- current_layer = layer_switch_get_layer(key);
- next_layer = current_layer-1;
- layer_move(next_layer);
- }
- break;
- }
- return true;
-};
diff --git a/keyboards/romac/keymaps/stanrc85/rules.mk b/keyboards/romac/keymaps/stanrc85/rules.mk
deleted file mode 100644
index 1e3cebb14..000000000
--- a/keyboards/romac/keymaps/stanrc85/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-RGBLIGHT_ENABLE = yes
diff --git a/keyboards/romac/readme.md b/keyboards/romac/readme.md
deleted file mode 100644
index 98ed21502..000000000
--- a/keyboards/romac/readme.md
+++ /dev/null
@@ -1,16 +0,0 @@
-
-# RoMac
-
-![RoMac](https://i.imgur.com/hAOyoqj.jpg)
-
-A “Plaid” Inspired 12-Key (3x4) Macropad.
-
-- Keyboard Maintainer: [Garret G.](https://github.com/TheRoyalSweatshirt)
-- Hardware Supported: RoMac rev.1, rev.2, Pro Micro, Elite-C, Proton C, BlueMicro.
-- Hardware Availability: Through GB or Direct Message (If extra stock is available).
-
-Make example for this keyboard (after setting up your build environment):
-
- make romac:default
-
-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/romac/romac.c b/keyboards/romac/romac.c
deleted file mode 100644
index 24f4c1633..000000000
--- a/keyboards/romac/romac.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "romac.h"
diff --git a/keyboards/romac/romac.h b/keyboards/romac/romac.h
deleted file mode 100644
index e6fb9694d..000000000
--- a/keyboards/romac/romac.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define LAYOUT( \
- K00, K01, K02, \
- K10, K11, K12, \
- K20, K21, K22, \
- K30, K31, K32 \
-) \
-{ \
- { K00, K01, K02 }, \
- { K10, K11, K12 }, \
- { K20, K21, K22 }, \
- { K30, K31, K32 } \
-}
diff --git a/keyboards/romac/rules.mk b/keyboards/romac/rules.mk
deleted file mode 100644
index b500f1b88..000000000
--- a/keyboards/romac/rules.mk
+++ /dev/null
@@ -1,57 +0,0 @@
-# MCU name
-MCU = atmega32u4
-
-# Processor frequency.
-# This will define a symbol, F_CPU, in all source code files equal to the
-# processor frequency in Hz. You can then use this symbol in your source code to
-# calculate timings. Do NOT tack on a 'UL' at the end, this will be done
-# automatically to create a 32-bit value in your source code.
-#
-# This will be an integer division of F_USB below, as it is sourced by
-# F_USB after it has run through any CPU prescalers. Note that this value
-# does not *change* the processor frequency - it should merely be updated to
-# reflect the processor speed set externally so that the code can use accurate
-# software delays.
-F_CPU = 16000000
-
-#
-# LUFA specific
-#
-# Target architecture (see library "Board Types" documentation).
-ARCH = AVR8
-
-# Input clock frequency.
-# This will define a symbol, F_USB, in all source code files equal to the
-# input clock frequency (before any prescaling is performed) in Hz. This value may
-# differ from F_CPU if prescaling is used on the latter, and is required as the
-# raw input clock is fed directly to the PLL sections of the AVR for high speed
-# clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL'
-# at the end, this will be done automatically to create a 32-bit value in your
-# source code.
-#
-# If no clock division is performed on the input clock inside the AVR (via the
-# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
-F_USB = $(F_CPU)
-
-# Interrupt driven control endpoint task(+60)
-OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
-
-# Boot Section Size in *bytes*
-OPT_DEFS += -DBOOTLOADER_SIZE=4096
-
-
-# Build Options
-# comment out to disable the options.
-#
-BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration(+1000)
-MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
-EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
-CONSOLE_ENABLE = no # Console for debug(+400)
-COMMAND_ENABLE = no # Commands for debug and configuration
-SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = no
-