summaryrefslogtreecommitdiffstats
path: root/keyboards/frooastboard
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/frooastboard
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/frooastboard')
-rw-r--r--keyboards/frooastboard/nano/config.h48
-rw-r--r--keyboards/frooastboard/nano/info.json43
-rw-r--r--keyboards/frooastboard/nano/keymaps/default/keymap.c47
-rw-r--r--keyboards/frooastboard/nano/keymaps/safe_mode/keymap.c43
-rw-r--r--keyboards/frooastboard/nano/keymaps/via/config.h30
-rw-r--r--keyboards/frooastboard/nano/keymaps/via/keymap.c27
-rw-r--r--keyboards/frooastboard/nano/keymaps/via/rules.mk2
-rw-r--r--keyboards/frooastboard/nano/nano.c17
-rw-r--r--keyboards/frooastboard/nano/nano.h27
-rw-r--r--keyboards/frooastboard/nano/readme.md19
-rw-r--r--keyboards/frooastboard/nano/rules.mk18
-rw-r--r--keyboards/frooastboard/walnut/config.h55
-rw-r--r--keyboards/frooastboard/walnut/info.json264
-rw-r--r--keyboards/frooastboard/walnut/keymaps/default/keymap.c20
-rw-r--r--keyboards/frooastboard/walnut/keymaps/default_ansi/keymap.c20
-rw-r--r--keyboards/frooastboard/walnut/keymaps/default_iso/keymap.c20
-rw-r--r--keyboards/frooastboard/walnut/keymaps/via/config.h7
-rw-r--r--keyboards/frooastboard/walnut/keymaps/via/keymap.c131
-rw-r--r--keyboards/frooastboard/walnut/keymaps/via/rules.mk1
-rw-r--r--keyboards/frooastboard/walnut/readme.md27
-rw-r--r--keyboards/frooastboard/walnut/rules.mk5
-rw-r--r--keyboards/frooastboard/walnut/walnut.c86
-rw-r--r--keyboards/frooastboard/walnut/walnut.h6
23 files changed, 0 insertions, 963 deletions
diff --git a/keyboards/frooastboard/nano/config.h b/keyboards/frooastboard/nano/config.h
deleted file mode 100644
index f7a025a251..0000000000
--- a/keyboards/frooastboard/nano/config.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/* Copyright 2021-2022 frooastside
- *
- * 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 3 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
-
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 2
-#define MATRIX_COLS 2
-
-#define BOOTMAGIC_LITE_ROW 1
-#define BOOTMAGIC_LITE_COLUMN 1
-
-#define RGB_DI_PIN B4
-#define RGBLED_NUM 8
-
-#define RGBLIGHT_SLEEP
-
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
-
-#define RGBLIGHT_DEFAULT_HUE 234
-
-#define RGBLIGHT_LIMIT_VAL 255
-#define RGBLIGHT_DEFAULT_VAL 190
-
-#define RGBLIGHT_EFFECT_RAINBOW_MOOD
-#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
-#define RGBLIGHT_EFFECT_TWINKLE
-#define RGBLIGHT_EFFECT_BREATHING
-#define RGBLIGHT_EFFECT_SNAKE
-
-#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_MOOD + 2
diff --git a/keyboards/frooastboard/nano/info.json b/keyboards/frooastboard/nano/info.json
deleted file mode 100644
index a524545a7c..0000000000
--- a/keyboards/frooastboard/nano/info.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "keyboard_name": "Frooastboard Nano",
- "manufacturer": "frooastside",
- "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/frooastboard/nano",
- "maintainer": "frooastside",
- "debounce": 5,
- "diode_direction": "COL2ROW",
- "layouts": {
- "LAYOUT": {
- "layout": [
- {
- "label": "Z",
- "x": 0,
- "y": 0
- },
- {
- "label": "X",
- "x": 1,
- "y": 0
- },
- {
- "label": "Esc",
- "x": 0,
- "y": 1
- },
- {
- "label": "~",
- "x": 1,
- "y": 1
- }
- ]
- }
- },
- "matrix_pins": {
- "rows": ["B0", "B1"],
- "cols": ["B2", "B3"]
- },
- "usb": {
- "vid": "0x4642",
- "pid": "0x6F21",
- "device_version": "0.0.1"
- }
-}
diff --git a/keyboards/frooastboard/nano/keymaps/default/keymap.c b/keyboards/frooastboard/nano/keymaps/default/keymap.c
deleted file mode 100644
index f5fd6d2c76..0000000000
--- a/keyboards/frooastboard/nano/keymaps/default/keymap.c
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Copyright 2021-2022 frooastside
- *
- * 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 3 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] = {
- [0] = LAYOUT(
- KC_Z, KC_X,
- LT(1, KC_ESC), KC_TILD),
-
- [1] = LAYOUT(
- KC_F23, KC_F24,
- KC_TRNS, TO(2)),
-
- [2] = LAYOUT(
- RGB_TOG, RGB_MOD,
- TO(3), TO(0)),
-
- [3] = LAYOUT(
- RGB_HUD, RGB_HUI,
- TO(4), TO(2)),
-
- [4] = LAYOUT(
- RGB_SAD, RGB_SAI,
- TO(5), TO(3)),
-
- [5] = LAYOUT(
- RGB_VAD, RGB_VAI,
- TO(6), TO(4)),
-
- [6] = LAYOUT(
- KC_TRNS, KC_TRNS,
- QK_BOOT, TO(5))
-};
diff --git a/keyboards/frooastboard/nano/keymaps/safe_mode/keymap.c b/keyboards/frooastboard/nano/keymaps/safe_mode/keymap.c
deleted file mode 100644
index 83d7c07da2..0000000000
--- a/keyboards/frooastboard/nano/keymaps/safe_mode/keymap.c
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Copyright 2021-2022 frooastside
- *
- * 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 3 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] = {
- [0] = LAYOUT(
- KC_Z, KC_X,
- TO(1), KC_TILD),
-
- [1] = LAYOUT(
- RGB_TOG, RGB_MOD,
- TO(2), TO(0)),
-
- [2] = LAYOUT(
- RGB_HUD, RGB_HUI,
- TO(3), TO(1)),
-
- [3] = LAYOUT(
- RGB_SAD, RGB_SAI,
- TO(4), TO(2)),
-
- [4] = LAYOUT(
- RGB_VAD, RGB_VAI,
- TO(5), TO(3)),
-
- [5] = LAYOUT(
- KC_TRNS, KC_TRNS,
- QK_BOOT, TO(4))
-};
diff --git a/keyboards/frooastboard/nano/keymaps/via/config.h b/keyboards/frooastboard/nano/keymaps/via/config.h
deleted file mode 100644
index 8c39695693..0000000000
--- a/keyboards/frooastboard/nano/keymaps/via/config.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Copyright 2021-2022 frooastside
- *
- * 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 3 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
-
-#define RGBLIGHT_EFFECT_BREATHING
-#define RGBLIGHT_EFFECT_RAINBOW_MOOD
-#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
-#define RGBLIGHT_EFFECT_SNAKE
-#define RGBLIGHT_EFFECT_KNIGHT
-#define RGBLIGHT_EFFECT_CHRISTMAS
-#define RGBLIGHT_EFFECT_STATIC_GRADIENT
-#define RGBLIGHT_EFFECT_RGB_TEST
-#define RGBLIGHT_EFFECT_ALTERNATING
-#define RGBLIGHT_EFFECT_TWINKLE
-
-#define DYNAMIC_KEYMAP_LAYER_COUNT 2
diff --git a/keyboards/frooastboard/nano/keymaps/via/keymap.c b/keyboards/frooastboard/nano/keymaps/via/keymap.c
deleted file mode 100644
index bddd16bae5..0000000000
--- a/keyboards/frooastboard/nano/keymaps/via/keymap.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright 2021-2022 frooastside
- *
- * 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 3 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] = {
- [0] = LAYOUT(
- KC_Z, KC_X,
- LT(1, KC_ESC), KC_TILD),
-
- [1] = LAYOUT(
- KC_F23, KC_F24,
- KC_TRNS, RGB_TOG)
-};
diff --git a/keyboards/frooastboard/nano/keymaps/via/rules.mk b/keyboards/frooastboard/nano/keymaps/via/rules.mk
deleted file mode 100644
index 36b7ba9cbc..0000000000
--- a/keyboards/frooastboard/nano/keymaps/via/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-VIA_ENABLE = yes
-LTO_ENABLE = yes
diff --git a/keyboards/frooastboard/nano/nano.c b/keyboards/frooastboard/nano/nano.c
deleted file mode 100644
index 584176a4e9..0000000000
--- a/keyboards/frooastboard/nano/nano.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright 2021-2022 frooastside
- *
- * 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 3 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 "nano.h"
diff --git a/keyboards/frooastboard/nano/nano.h b/keyboards/frooastboard/nano/nano.h
deleted file mode 100644
index 76d1a42eac..0000000000
--- a/keyboards/frooastboard/nano/nano.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright 2021-2022 frooastside
- *
- * 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 3 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
-
-#include "quantum.h"
-
-#define LAYOUT( \
- K00, K01, \
- K10, K11 \
-) { \
- { K00, K01 }, \
- { K10, K11 } \
-}
diff --git a/keyboards/frooastboard/nano/readme.md b/keyboards/frooastboard/nano/readme.md
deleted file mode 100644
index d67f17483f..0000000000
--- a/keyboards/frooastboard/nano/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Frooastboard Nano
-
-![Frooastboard Nano](https://i.imgur.com/f26O8JLh.jpg)
-
-* Keyboard Maintainer: [Frooastside](https://github.com/frooastside)
-* Hardware Supported: Frooastboard Nano
-* Hardware Availability: https://github.com/Frooastside/Frooastboard
-
-**Reset Key:** Hold down the key located at `K00`, commonly programmed as ESCAPE while plugging in the keyboard. (If via is used it is the key located at `K10`.)
-
-Make example for this keyboard (after setting up your build environment):
-
- make frooastboard/nano:default
-
-Flashing example for this keyboard:
-
- make frooastboard/nano: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/frooastboard/nano/rules.mk b/keyboards/frooastboard/nano/rules.mk
deleted file mode 100644
index bef90c50ac..0000000000
--- a/keyboards/frooastboard/nano/rules.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# MCU name
-MCU = atmega32u2
-
-# Bootloader selection
-BOOTLOADER = atmel-dfu
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = no # 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 = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/frooastboard/walnut/config.h b/keyboards/frooastboard/walnut/config.h
deleted file mode 100644
index 081a084d16..0000000000
--- a/keyboards/frooastboard/walnut/config.h
+++ /dev/null
@@ -1,55 +0,0 @@
-// Copyright 2022 Simon Benezan (@Frooastside)
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#pragma once
-
-#define BOOTMAGIC_LITE_ROW 0
-#define BOOTMAGIC_LITE_COLUMN 0
-
-#define ISSI_TIMEOUT 100
-#define ISSI_PERSISTENCE 0
-#define ISSI_PWM_FREQUENCY 0b010
-#define ISSI_SWPULLUP PUR_0R
-#define ISSI_CSPULLUP PUR_0R
-#define DRIVER_COUNT 1
-#define DRIVER_LED_TOTAL 48
-#define DRIVER_ADDR_1 0b1010000
-
-#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 191
-
-#define RGB_DISABLE_WHEN_USB_SUSPENDED
-
-#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
-#define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
-#define ENABLE_RGB_MATRIX_BREATHING
-#define ENABLE_RGB_MATRIX_BAND_SAT
-#define ENABLE_RGB_MATRIX_BAND_VAL
-#define ENABLE_RGB_MATRIX_BAND_PINWHEEL_SAT
-#define ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL
-#define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT
-#define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL
-#define ENABLE_RGB_MATRIX_CYCLE_ALL
-#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
-#define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN
-#define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
-#define ENABLE_RGB_MATRIX_CYCLE_OUT_IN
-#define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL
-#define ENABLE_RGB_MATRIX_CYCLE_PINWHEEL
-#define ENABLE_RGB_MATRIX_CYCLE_SPIRAL
-#define ENABLE_RGB_MATRIX_DUAL_BEACON
-#define ENABLE_RGB_MATRIX_RAINBOW_BEACON
-#define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS
-#define ENABLE_RGB_MATRIX_RAINDROPS
-#define ENABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS
-#define ENABLE_RGB_MATRIX_HUE_BREATHING
-#define ENABLE_RGB_MATRIX_HUE_PENDULUM
-#define ENABLE_RGB_MATRIX_HUE_WAVE
-#define ENABLE_RGB_MATRIX_PIXEL_RAIN
-#define ENABLE_RGB_MATRIX_PIXEL_FLOW
-
-#define RGB_MATRIX_LED_FLUSH_LIMIT 16
-#define RGB_MATRIX_STARTUP_HUE 0
-#define RGB_MATRIX_STARTUP_SAT 255
-#define RGB_MATRIX_STARTUP_SPD 191
-#define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
-#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_RAINBOW_MOVING_CHEVRON
diff --git a/keyboards/frooastboard/walnut/info.json b/keyboards/frooastboard/walnut/info.json
deleted file mode 100644
index 13e1904c94..0000000000
--- a/keyboards/frooastboard/walnut/info.json
+++ /dev/null
@@ -1,264 +0,0 @@
-{
- "keyboard_name": "Frooastboard Walnut",
- "manufacturer": "Frooastside",
- "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/frooastboard/walnut",
- "maintainer": "Frooastside",
- "debounce": 5,
- "diode_direction": "COL2ROW",
- "processor": "atmega32u4",
- "bootloader": "atmel-dfu",
- "features": {
- "bootmagic": true,
- "command": false,
- "console": false,
- "extrakey": false,
- "mousekey": false,
- "nkro": true
- },
- "build": {
- "lto": true
- },
- "matrix_pins": {
- "cols": ["B0", "B1", "B2", "B3", "B5", "B6", "C6", "C7"],
- "rows": ["B4", "D7", "D6", "D4", "D5", "D3", "D2", "F1", "F0"]
- },
- "usb": {
- "vid": "0x4642",
- "pid": "0x776E",
- "device_version": "1.0.0"
- },
- "community_layouts": ["tkl_nofrow_ansi", "tkl_nofrow_iso"],
- "layout_aliases": {
- "LAYOUT_ansi": "LAYOUT_tkl_nofrow_ansi",
- "LAYOUT_iso": "LAYOUT_tkl_nofrow_iso"
- },
- "layouts": {
- "LAYOUT_tkl_nofrow_ansi": {
- "layout": [
- { "matrix": [0, 0], "x": 0, "y": 0 },
- { "matrix": [0, 1], "x": 1, "y": 0 },
- { "matrix": [0, 2], "x": 2, "y": 0 },
- { "matrix": [0, 3], "x": 3, "y": 0 },
- { "matrix": [0, 4], "x": 4, "y": 0 },
- { "matrix": [0, 5], "x": 5, "y": 0 },
- { "matrix": [0, 6], "x": 6, "y": 0 },
- { "matrix": [0, 7], "x": 7, "y": 0 },
- { "matrix": [1, 0], "x": 8, "y": 0 },
- { "matrix": [1, 1], "x": 9, "y": 0 },
- { "matrix": [1, 2], "x": 10, "y": 0 },
- { "matrix": [1, 3], "x": 11, "y": 0 },
- { "matrix": [1, 4], "x": 12, "y": 0 },
- { "matrix": [1, 5], "x": 13, "y": 0, "w": 2 },
- { "matrix": [5, 5], "x": 15.5, "y": 0 },
- { "matrix": [5, 6], "x": 16.5, "y": 0 },
- { "matrix": [5, 7], "x": 17.5, "y": 0 },
- { "matrix": [2, 0], "x": 0, "y": 1, "w": 1.5 },
- { "matrix": [2, 1], "x": 1.5, "y": 1 },
- { "matrix": [2, 2], "x": 2.5, "y": 1 },
- { "matrix": [2, 3], "x": 3.5, "y": 1 },
- { "matrix": [2, 4], "x": 4.5, "y": 1 },
- { "matrix": [2, 5], "x": 5.5, "y": 1 },
- { "matrix": [2, 6], "x": 6.5, "y": 1 },
- { "matrix": [2, 7], "x": 7.5, "y": 1 },
- { "matrix": [3, 0], "x": 8.5, "y": 1 },
- { "matrix": [3, 1], "x": 9.5, "y": 1 },
- { "matrix": [3, 2], "x": 10.5, "y": 1 },
- { "matrix": [3, 3], "x": 11.5, "y": 1 },
- { "matrix": [3, 4], "x": 12.5, "y": 1 },
- { "matrix": [5, 4], "x": 13.5, "y": 1, "w": 1.5 },
- { "matrix": [7, 5], "x": 15.5, "y": 1 },
- { "matrix": [7, 6], "x": 16.5, "y": 1 },
- { "matrix": [7, 7], "x": 17.5, "y": 1 },
- { "matrix": [4, 0], "x": 0, "y": 2, "w": 1.75 },
- { "matrix": [4, 1], "x": 1.75, "y": 2 },
- { "matrix": [4, 2], "x": 2.75, "y": 2 },
- { "matrix": [4, 3], "x": 3.75, "y": 2 },
- { "matrix": [4, 4], "x": 4.75, "y": 2 },
- { "matrix": [4, 5], "x": 5.75, "y": 2 },
- { "matrix": [4, 6], "x": 6.75, "y": 2 },
- { "matrix": [4, 7], "x": 7.75, "y": 2 },
- { "matrix": [5, 0], "x": 8.75, "y": 2 },
- { "matrix": [5, 1], "x": 9.75, "y": 2 },
- { "matrix": [5, 2], "x": 10.75, "y": 2 },
- { "matrix": [5, 3], "x": 11.75, "y": 2 },
- { "matrix": [3, 5], "x": 12.75, "y": 2, "w": 2.25 },
- { "matrix": [6, 0], "x": 0, "y": 3, "w": 2.25 },
- { "matrix": [6, 2], "x": 2.25, "y": 3 },
- { "matrix": [6, 3], "x": 3.25, "y": 3 },
- { "matrix": [6, 4], "x": 4.25, "y": 3 },
- { "matrix": [6, 5], "x": 5.25, "y": 3 },
- { "matrix": [6, 6], "x": 6.25, "y": 3 },
- { "matrix": [6, 7], "x": 7.25, "y": 3 },
- { "matrix": [7, 0], "x": 8.25, "y": 3 },
- { "matrix": [7, 1], "x": 9.25, "y": 3 },
- { "matrix": [7, 2], "x": 10.25, "y": 3 },
- { "matrix": [7, 3], "x": 11.25, "y": 3 },
- { "matrix": [7, 4], "x": 12.25, "y": 3, "w": 2.75 },
- { "matrix": [3, 6], "x": 16.5, "y": 3 },
- { "matrix": [8, 0], "x": 0, "y": 4, "w": 1.25 },
- { "matrix": [8, 1], "x": 1.25, "y": 4, "w": 1.25 },
- { "matrix": [8, 2], "x": 2.5, "y": 4, "w": 1.25 },
- { "matrix": [8, 3], "x": 3.75, "y": 4, "w": 6.25 },
- { "matrix": [8, 4], "x": 10, "y": 4, "w": 1.25 },
- { "matrix": [8, 5], "x": 11.25, "y": 4, "w": 1.25 },
- { "matrix": [8, 6], "x": 12.5, "y": 4, "w": 1.25 },
- { "matrix": [8, 7], "x": 13.75, "y": 4, "w": 1.25 },
- { "matrix": [1, 6], "x": 15.5, "y": 4 },
- { "matrix": [3, 7], "x": 16.5, "y": 4 },
- { "matrix": [1, 7], "x": 17.5, "y": 4 }
- ]
- },
- "LAYOUT_tkl_nofrow_iso": {
- "layout": [
- { "matrix": [0, 0], "x": 0, "y": 0 },
- { "matrix": [0, 1], "x": 1, "y": 0 },
- { "matrix": [0, 2], "x": 2, "y": 0 },
- { "matrix": [0, 3], "x": 3, "y": 0 },
- { "matrix": [0, 4], "x": 4, "y": 0 },
- { "matrix": [0, 5], "x": 5, "y": 0 },
- { "matrix": [0, 6], "x": 6, "y": 0 },
- { "matrix": [0, 7], "x": 7, "y": 0 },
- { "matrix": [1, 0], "x": 8, "y": 0 },
- { "matrix": [1, 1], "x": 9, "y": 0 },
- { "matrix": [1, 2], "x": 10, "y": 0 },
- { "matrix": [1, 3], "x": 11, "y": 0 },
- { "matrix": [1, 4], "x": 12, "y": 0 },
- { "matrix": [1, 5], "x": 13, "y": 0, "w": 2 },
- { "matrix": [5, 5], "x": 15.5, "y": 0 },
- { "matrix": [5, 6], "x": 16.5, "y": 0 },
- { "matrix": [5, 7], "x": 17.5, "y": 0 },
- { "matrix": [2, 0], "x": 0, "y": 1, "w": 1.5 },
- { "matrix": [2, 1], "x": 1.5, "y": 1 },
- { "matrix": [2, 2], "x": 2.5, "y": 1 },
- { "matrix": [2, 3], "x": 3.5, "y": 1 },
- { "matrix": [2, 4], "x": 4.5, "y": 1 },
- { "matrix": [2, 5], "x": 5.5, "y": 1 },
- { "matrix": [2, 6], "x": 6.5, "y": 1 },
- { "matrix": [2, 7], "x": 7.5, "y": 1 },
- { "matrix": [3, 0], "x": 8.5, "y": 1 },
- { "matrix": [3, 1], "x": 9.5, "y": 1 },
- { "matrix": [3, 2], "x": 10.5, "y": 1 },
- { "matrix": [3, 3], "x": 11.5, "y": 1 },
- { "matrix": [3, 4], "x": 12.5, "y": 1 },
- { "matrix": [7, 5], "x": 15.5, "y": 1 },
- { "matrix": [7, 6], "x": 16.5, "y": 1 },
- { "matrix": [7, 7], "x": 17.5, "y": 1 },
- { "matrix": [4, 0], "x": 0, "y": 2, "w": 1.75 },
- { "matrix": [4, 1], "x": 1.75, "y": 2 },
- { "matrix": [4, 2], "x": 2.75, "y": 2 },
- { "matrix": [4, 3], "x": 3.75, "y": 2 },
- { "matrix": [4, 4], "x": 4.75, "y": 2 },
- { "matrix": [4, 5], "x": 5.75, "y": 2 },
- { "matrix": [4, 6], "x": 6.75, "y": 2 },
- { "matrix": [4, 7], "x": 7.75, "y": 2 },
- { "matrix": [5, 0], "x": 8.75, "y": 2 },
- { "matrix": [5, 1], "x": 9.75, "y": 2 },
- { "matrix": [5, 2], "x": 10.75, "y": 2 },
- { "matrix": [5, 3], "x": 11.75, "y": 2 },
- { "matrix": [5, 4], "x": 12.75, "y": 2 },
- { "matrix": [3, 5], "x": 13.75, "y": 1, "w": 1.25, "h": 2 },
- { "matrix": [6, 0], "x": 0, "y": 3, "w": 1.25 },
- { "matrix": [6, 1], "x": 1.25, "y": 3 },
- { "matrix": [6, 2], "x": 2.25, "y": 3 },
- { "matrix": [6, 3], "x": 3.25, "y": 3 },
- { "matrix": [6, 4], "x": 4.25, "y": 3 },
- { "matrix": [6, 5], "x": 5.25, "y": 3 },
- { "matrix": [6, 6], "x": 6.25, "y": 3 },
- { "matrix": [6, 7], "x": 7.25, "y": 3 },
- { "matrix": [7, 0], "x": 8.25, "y": 3 },
- { "matrix": [7, 1], "x": 9.25, "y": 3 },
- { "matrix": [7, 2], "x": 10.25, "y": 3 },
- { "matrix": [7, 3], "x": 11.25, "y": 3 },
- { "matrix": [7, 4], "x": 12.25, "y": 3, "w": 2.75 },
- { "matrix": [3, 6], "x": 16.5, "y": 3 },
- { "matrix": [8, 0], "x": 0, "y": 4, "w": 1.25 },
- { "matrix": [8, 1], "x": 1.25, "y": 4, "w": 1.25 },
- { "matrix": [8, 2], "x": 2.5, "y": 4, "w": 1.25 },
- { "matrix": [8, 3], "x": 3.75, "y": 4, "w": 6.25 },
- { "matrix": [8, 4], "x": 10, "y": 4, "w": 1.25 },
- { "matrix": [8, 5], "x": 11.25, "y": 4, "w": 1.25 },
- { "matrix": [8, 6], "x": 12.5, "y": 4, "w": 1.25 },
- { "matrix": [8, 7], "x": 13.75, "y": 4, "w": 1.25 },
- { "matrix": [1, 6], "x": 15.5, "y": 4 },
- { "matrix": [3, 7], "x": 16.5, "y": 4 },
- { "matrix": [1, 7], "x": 17.5, "y": 4 }
- ]
- },
- "LAYOUT_all": {
- "layout": [
- { "matrix": [0, 0], "x": 0, "y": 0 },
- { "matrix": [0, 1], "x": 1, "y": 0 },
- { "matrix": [0, 2], "x": 2, "y": 0 },
- { "matrix": [0, 3], "x": 3, "y": 0 },
- { "matrix": [0, 4], "x": 4, "y": 0 },
- { "matrix": [0, 5], "x": 5, "y": 0 },
- { "matrix": [0, 6], "x": 6, "y": 0 },
- { "matrix": [0, 7], "x": 7, "y": 0 },
- { "matrix": [1, 0], "x": 8, "y": 0 },
- { "matrix": [1, 1], "x": 9, "y": 0 },
- { "matrix": [1, 2], "x": 10, "y": 0 },
- { "matrix": [1, 3], "x": 11, "y": 0 },
- { "matrix": [1, 4], "x": 12, "y": 0 },
- { "matrix": [1, 5], "x": 13, "y": 0, "w": 2 },
- { "matrix": [5, 5], "x": 15.5, "y": 0 },
- { "matrix": [5, 6], "x": 16.5, "y": 0 },
- { "matrix": [5, 7], "x": 17.5, "y": 0 },
- { "matrix": [2, 0], "x": 0, "y": 1, "w": 1.5 },
- { "matrix": [2, 1], "x": 1.5, "y": 1 },
- { "matrix": [2, 2], "x": 2.5, "y": 1 },
- { "matrix": [2, 3], "x": 3.5, "y": 1 },
- { "matrix": [2, 4], "x": 4.5, "y": 1 },
- { "matrix": [2, 5], "x": 5.5, "y": 1 },
- { "matrix": [2, 6], "x": 6.5, "y": 1 },
- { "matrix": [2, 7], "x": 7.5, "y": 1 },
- { "matrix": [3, 0], "x": 8.5, "y": 1 },
- { "matrix": [3, 1], "x": 9.5, "y": 1 },
- { "matrix": [3, 2], "x": 10.5, "y": 1 },
- { "matrix": [3, 3], "x": 11.5, "y": 1 },
- { "matrix": [3, 4], "x": 12.5, "y": 1 },
- { "matrix": [5, 4], "x": 13.5, "y": 1, "w": 1.5 },
- { "matrix": [7, 5], "x": 15.5, "y": 1 },
- { "matrix": [7, 6], "x": 16.5, "y": 1 },
- { "matrix": [7, 7], "x": 17.5, "y": 1 },
- { "matrix": [4, 0], "x": 0, "y": 2, "w": 1.75 },
- { "matrix": [4, 1], "x": 1.75, "y": 2 },
- { "matrix": [4, 2], "x": 2.75, "y": 2 },
- { "matrix": [4, 3], "x": 3.75, "y": 2 },
- { "matrix": [4, 4], "x": 4.75, "y": 2 },
- { "matrix": [4, 5], "x": 5.75, "y": 2 },
- { "matrix": [4, 6], "x": 6.75, "y": 2 },
- { "matrix": [4, 7], "x": 7.75, "y": 2 },
- { "matrix": [5, 0], "x": 8.75, "y": 2 },
- { "matrix": [5, 1], "x": 9.75, "y": 2 },
- { "matrix": [5, 2], "x": 10.75, "y": 2 },
- { "matrix": [5, 3], "x": 11.75, "y": 2 },
- { "matrix": [3, 5], "x": 12.75, "y": 2, "w": 2.25 },
- { "matrix": [6, 0], "x": 0, "y": 3, "w": 1.25 },
- { "matrix": [6, 1], "x": 1.25, "y": 3 },
- { "matrix": [6, 2], "x": 2.25, "y": 3 },
- { "matrix": [6, 3], "x": 3.25, "y": 3 },
- { "matrix": [6, 4], "x": 4.25, "y": 3 },
- { "matrix": [6, 5], "x": 5.25, "y": 3 },
- { "matrix": [6, 6], "x": 6.25, "y": 3 },
- { "matrix": [6, 7], "x": 7.25, "y": 3 },
- { "matrix": [7, 0], "x": 8.25, "y": 3 },
- { "matrix": [7, 1], "x": 9.25, "y": 3 },
- { "matrix": [7, 2], "x": 10.25, "y": 3 },
- { "matrix": [7, 3], "x": 11.25, "y": 3 },
- { "matrix": [7, 4], "x": 12.25, "y": 3, "w": 2.75 },
- { "matrix": [3, 6], "x": 16.5, "y": 3 },
- { "matrix": [8, 0], "x": 0, "y": 4, "w": 1.25 },
- { "matrix": [8, 1], "x": 1.25, "y": 4, "w": 1.25 },
- { "matrix": [8, 2], "x": 2.5, "y": 4, "w": 1.25 },
- { "matrix": [8, 3], "x": 3.75, "y": 4, "w": 6.25 },
- { "matrix": [8, 4], "x": 10, "y": 4, "w": 1.25 },
- { "matrix": [8, 5], "x": 11.25, "y": 4, "w": 1.25 },
- { "matrix": [8, 6], "x": 12.5, "y": 4, "w": 1.25 },
- { "matrix": [8, 7], "x": 13.75, "y": 4, "w": 1.25 },
- { "matrix": [1, 6], "x": 15.5, "y": 4 },
- { "matrix": [3, 7], "x": 16.5, "y": 4 },
- { "matrix": [1, 7], "x": 17.5, "y": 4 }
- ]
- }
- }
-}
diff --git a/keyboards/frooastboard/walnut/keymaps/default/keymap.c b/keyboards/frooastboard/walnut/keymaps/default/keymap.c
deleted file mode 100644
index 195b3c150b..0000000000
--- a/keyboards/frooastboard/walnut/keymaps/default/keymap.c
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2022 Simon Benezan (@Frooastside)
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT_all(
- KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
- KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
- KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_MENU, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),
-
- [1] = LAYOUT_all(
- KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, EE_CLR, KC_PSCR, KC_SCRL, KC_PAUS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_SAI, RGB_HUI, RGB_SPI,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_TOG,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_VAI,
- KC_TRNS, GUI_TOG, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_RMOD,RGB_VAD, RGB_MOD)
-};
diff --git a/keyboards/frooastboard/walnut/keymaps/default_ansi/keymap.c b/keyboards/frooastboard/walnut/keymaps/default_ansi/keymap.c
deleted file mode 100644
index f28645cf2f..0000000000
--- a/keyboards/frooastboard/walnut/keymaps/default_ansi/keymap.c
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2022 Simon Bene