diff --git a/keyboards/kiserdesigns/duodecimal/duodecimal.c b/keyboards/kiserdesigns/duodecimal/duodecimal.c
new file mode 100644
index 0000000000..5856ee366d
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/duodecimal.c
@@ -0,0 +1,18 @@
+#include "quantum.h"
+
+void matrix_init_kb(void) {
+ matrix_init_user();
+}
+
+led_config_t g_led_config = { {
+
+ { 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5 },
+ { 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5 },
+ { 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5 },
+ { 1, 1, 1, 0, 0, 0, 7, 7, 6, 6, 6 },
+ { 0, 1, 0, 0, 0, 7, 0, 0, 0, 6, 5 }
+}, {
+ { 102, 42 }, { 82, 42 }, { 82, 22 }, { 102, 22 }, { 122, 22 }, { 142, 22 }, { 142, 42 }, { 122, 42 }
+}, {
+ 2, 2, 2, 2, 2, 2, 2, 2
+} };
diff --git a/keyboards/kiserdesigns/duodecimal/info.json b/keyboards/kiserdesigns/duodecimal/info.json
new file mode 100644
index 0000000000..2e6eadd62c
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/info.json
@@ -0,0 +1,135 @@
+{
+ "manufacturer": "Kiser Designs",
+ "keyboard_name": "Duodecimal",
+ "maintainer": "NCKiser",
+ "bootloader": "stm32-dfu",
+ "diode_direction": "COL2ROW",
+
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgb_matrix": true
+ },
+ "matrix_pins": {
+ "cols": ["A7", "A6", "A5", "A4", "A9", "B15", "B14", "B13", "B12", "B11", "B10"],
+ "rows": ["B0", "B1", "B2", "A10", "A3"]
+ },
+ "processor": "STM32F072",
+ "rgb_matrix": {
+ "driver": "ws2812",
+ "led_count": 8,
+ "animations": {
+ "alphas_mods": true,
+ "gradient_up_down": true,
+ "gradient_left_right": true,
+ "breathing": true,
+ "band_sat": true,
+ "band_val": true,
+ "band_pinwheel_sat": true,
+ "band_pinwheel_val": true,
+ "band_spiral_sat": true,
+ "band_spiral_val": true,
+ "cycle_all": true,
+ "cycle_left_right": true,
+ "cycle_up_down": true,
+ "rainbow_moving_chevron":true,
+ "cycle_out_in": true,
+ "cycle_out_in_dual": true,
+ "cycle_pinwheel": true,
+ "cycle_spiral": true,
+ "rainbow_pinwheels": true,
+ "raindrops": true,
+ "jellybean_raindrops": true,
+ "hue_breathing": true,
+ "hue_pendulum": true,
+ "hue_wave": true,
+ "typing_heatmap": true,
+ "digital_rain": true,
+ "solid_reactive_simple": true,
+ "solid_reactive": true,
+ "solid_reactive_wide": true,
+ "solid_reactive_multiwide": true,
+ "solid_reactive_cross": true,
+ "solid_reactive_multicross": true,
+ "solid_reactive_nexus": true,
+ "solid_reactive_multinexus": true,
+ "splash": true,
+ "solid_splash": true,
+ "solid_multisplash": true,
+ "pixel_rain": true,
+ "pixel_fractal": true
+ }
+ },
+ "url": "https://qmk.fm/keyboards",
+ "usb": {
+ "device_version": "0.0.1",
+ "pid": "0x6812",
+ "vid": "0x4B44"
+ },
+ "ws2812": {
+ "pin": "A8",
+ "driver": "bitbang"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "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": [0, 8], "x": 8, "y": 0},
+ {"matrix": [0, 9], "x": 9, "y": 0},
+ {"matrix": [0, 10], "x": 10, "y": 0},
+ {"matrix": [4, 10], "x": 11, "y": 0},
+
+ {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
+ {"matrix": [1, 1], "x": 1.5, "y": 1},
+ {"matrix": [1, 2], "x": 2.5, "y": 1},
+ {"matrix": [1, 3], "x": 3.5, "y": 1},
+ {"matrix": [1, 4], "x": 4.5, "y": 1},
+ {"matrix": [1, 5], "x": 5.5, "y": 1},
+ {"matrix": [1, 6], "x": 6.5, "y": 1},
+ {"matrix": [1, 7], "x": 7.5, "y": 1},
+ {"matrix": [1, 8], "x": 8.5, "y": 1},
+ {"matrix": [1, 9], "x": 9.5, "y": 1},
+ {"matrix": [1, 10], "x": 10.5, "y": 1, "w": 1.5},
+
+ {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
+ {"matrix": [2, 1], "x": 1.75, "y": 2},
+ {"matrix": [2, 2], "x": 2.75, "y": 2},
+ {"matrix": [2, 3], "x": 3.75, "y": 2},
+ {"matrix": [2, 4], "x": 4.75, "y": 2},
+ {"matrix": [2, 5], "x": 5.75, "y": 2},
+ {"matrix": [2, 6], "x": 6.75, "y": 2},
+ {"matrix": [2, 7], "x": 8.75, "y": 2},
+ {"matrix": [2, 8], "x": 9.75, "y": 2},
+ {"matrix": [2, 9], "x": 9.75, "y": 2},
+ {"matrix": [2, 10], "x": 10.75, "y": 2, "w": 1.25},
+
+ {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
+ {"matrix": [3, 1], "x": 1.25, "y": 3},
+ {"matrix": [3, 2], "x": 2.25, "y": 3},
+ {"matrix": [3, 3], "x": 3.25, "y": 3},
+ {"matrix": [3, 4], "x": 4.25, "y": 3},
+ {"matrix": [3, 5], "x": 5.25, "y": 3},
+ {"matrix": [3, 6], "x": 6.25, "y": 3},
+ {"matrix": [3, 7], "x": 8.25, "y": 3},
+ {"matrix": [3, 8], "x": 9.25, "y": 3},
+ {"matrix": [3, 9], "x": 9.25, "y": 3},
+ {"matrix": [3, 10], "x": 10.25, "y": 3, "w": 1.75},
+
+ {"matrix": [4, 1], "x": 0, "y": 4, "w": 1.25},
+ {"matrix": [4, 5], "x": 2.5, "y": 4, "w": 7},
+ {"matrix": [4, 9], "x": 10.75, "y": 4, "w": 1.25}
+ ]
+ }
+ }
+}
diff --git a/keyboards/kiserdesigns/duodecimal/keymaps/default/keymap.c b/keyboards/kiserdesigns/duodecimal/keymaps/default/keymap.c
new file mode 100644
index 0000000000..52fc1ed497
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/keymaps/default/keymap.c
@@ -0,0 +1,27 @@
+/* Copyright 2024 Noah Kiser (NCKiser)
+ *
+ * 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 .
+ */
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ [0] = LAYOUT(
+ KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, KC_DEL,
+ KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
+ KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENT,
+ KC_LSFT, KC_SLSH, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT,
+ KC_LCTL, KC_SPC, KC_RGUI
+ )
+};
+
diff --git a/keyboards/kiserdesigns/duodecimal/keymaps/vial/config.h b/keyboards/kiserdesigns/duodecimal/keymaps/vial/config.h
new file mode 100644
index 0000000000..dcd76cedf3
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/keymaps/vial/config.h
@@ -0,0 +1,27 @@
+ /* 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 .
+ */
+#pragma once
+
+#define VIAL_KEYBOARD_UID {0x11, 0x4D, 0xF1, 0x83, 0x43, 0x23, 0x12, 0x8C}
+
+#define VIAL_TAP_DANCE_ENTRIES 16
+
+#define VIAL_COMBO_ENTRIES 32
+
+#define DYNAMIC_KEYMAP_LAYER_COUNT 16
+
+#define VIAL_UNLOCK_COMBO_ROWS { 1, 2 }
+#define VIAL_UNLOCK_COMBO_COLS { 0, 10 }
+
+
diff --git a/keyboards/kiserdesigns/duodecimal/keymaps/vial/keymap.c b/keyboards/kiserdesigns/duodecimal/keymaps/vial/keymap.c
new file mode 100644
index 0000000000..52fc1ed497
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/keymaps/vial/keymap.c
@@ -0,0 +1,27 @@
+/* Copyright 2024 Noah Kiser (NCKiser)
+ *
+ * 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 .
+ */
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ [0] = LAYOUT(
+ KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, KC_DEL,
+ KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
+ KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENT,
+ KC_LSFT, KC_SLSH, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT,
+ KC_LCTL, KC_SPC, KC_RGUI
+ )
+};
+
diff --git a/keyboards/kiserdesigns/duodecimal/keymaps/vial/rules.mk b/keyboards/kiserdesigns/duodecimal/keymaps/vial/rules.mk
new file mode 100644
index 0000000000..d013bc62da
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/keymaps/vial/rules.mk
@@ -0,0 +1,3 @@
+VIA_ENABLE = yes
+VIAL_ENABLE = yes
+VIALRGB_ENABLE = yes
diff --git a/keyboards/kiserdesigns/duodecimal/keymaps/vial/vial.json b/keyboards/kiserdesigns/duodecimal/keymaps/vial/vial.json
new file mode 100644
index 0000000000..e900661dcd
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/keymaps/vial/vial.json
@@ -0,0 +1,120 @@
+{
+ "matrix": {
+ "rows": 5,
+ "cols": 11
+ },
+ "lighting": "vialrgb",
+ "layouts": {
+ "labels":[
+ "2.00u Backspace",
+ "2.25u Enter",
+ "2.25u Left Shift",
+ "2.75u Right Shift"
+ ],
+ "keymap": [
+ [
+ "0,0",
+ "0,1",
+ "0,2",
+ "0,3",
+ "0,4",
+ "0,5",
+ "0,6",
+ "0,7",
+ "0,8",
+ "0,9",
+ "0,10\n\n\n0,0",
+ "4,10\n\n\n0,0",
+ {
+ "w": 2
+ },
+ "0,10\n\n\n0,1"
+ ],
+ [
+ {
+ "w": 1.5
+ },
+ "1,0",
+ "1,1",
+ "1,2",
+ "1,3",
+ "1,4",
+ "1,5",
+ "1,6",
+ "1,7",
+ "1,8",
+ "1,9",
+ {
+ "w": 1.5
+ },
+ "1,10"
+ ],
+ [
+ {
+ "w": 1.75
+ },
+ "2,0",
+ "2,1",
+ "2,2",
+ "2,3",
+ "2,4",
+ "2,5",
+ "2,6",
+ "2,7",
+ "2,8",
+ "2,9\n\n\n1,0",
+ {
+ "w": 1.25
+ },
+ "2,10\n\n\n1,0",
+ {
+ "w": 2.25
+ },
+ "2,10\n\n\n1,1"
+ ],
+ [
+ {
+ "w": 1.25
+ },
+ "3,0\n\n\n2,0",
+ "3,1\n\n\n2,0",
+ "3,2",
+ "3,3",
+ "3,4",
+ "3,5",
+ "3,6",
+ "3,7",
+ "3,8",
+ "3,9\n\n\n3,0",
+ {
+ "w": 1.75
+ },
+ "3,10\n\n\n3,0",
+ {
+ "w": 2.75
+ },
+ "3,10\n\n\n3,1"
+ ],
+ [
+ {
+ "w": 1.25
+ },
+ "4,1",
+ {
+ "x": 1.25,
+ "w": 7
+ },
+ "4,5",
+ {
+ "x": 1.25,
+ "w": 1.25
+ },
+ "4,9",
+ {
+ "w": 2.25
+ },
+ "3,0\n\n\n2,1"
+ ]
+ ]
+ }
+ }
diff --git a/keyboards/kiserdesigns/duodecimal/readme.md b/keyboards/kiserdesigns/duodecimal/readme.md
new file mode 100644
index 0000000000..9c34681914
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/readme.md
@@ -0,0 +1,22 @@
+# Duodecimal
+
+
+
+*A Base-Kit compatible, 12u, 5-row, WKL, 50% keyboard conceptualized by SwearWolf, with the PCB designed by Noah Kiser*
+* Keyboard Maintainer: [NCKiser](https://github.com/NCKiser)
+* Hardware Supported: Duodecimal PCB, STM32F072
+
+Make example for this keyboard (after setting up your build environment):
+
+ make kiserdesigns/duodecimal:default
+
+Flashing example for this keyboard:
+
+ make kiserdesigns/duodecimal: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).
+## Bootloader
+Enter the bootloader in 3 ways:
+* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (the top left key) and plug in the keyboard
+* **Physical bootsel button**: Hold down the button on the back of the PCB while plugging into the computer
+* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
diff --git a/keyboards/kiserdesigns/duodecimal/rules.mk b/keyboards/kiserdesigns/duodecimal/rules.mk
new file mode 100644
index 0000000000..6e7633bfe0
--- /dev/null
+++ b/keyboards/kiserdesigns/duodecimal/rules.mk
@@ -0,0 +1 @@
+# This file intentionally left blank