[Keyboard] Idobao Montex V2(RGB) (#15865)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Christian Hofstede <4440939+chofstede@users.noreply.github.com> Co-authored-by: Vino Rodrigues <github@m.vinorodrigues.com> Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
This commit is contained in:
parent
8e5f8a5ff9
commit
8e128452db
11 changed files with 420 additions and 0 deletions
24
keyboards/idobao/montex/v1rgb/v1rgb.h
Executable file
24
keyboards/idobao/montex/v1rgb/v1rgb.h
Executable file
|
@ -0,0 +1,24 @@
|
|||
// Copyright 2022 peepeetee (@peepeetee)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define ___ KC_NO
|
||||
|
||||
#define LAYOUT_numpad_6x5( \
|
||||
K00, K01, K02, K03, K04, \
|
||||
K10, K11, K12, K13, K14, \
|
||||
K20, K21, K22, K23, K24, \
|
||||
K30, K31, K32, K33, \
|
||||
K40, K41, K42, K43, K53, \
|
||||
K50, K51, K52 \
|
||||
) { \
|
||||
{ K00, K01, K02, K03, K04 }, \
|
||||
{ K10, K11, K12, K13, K14 }, \
|
||||
{ K20, K21, K22, K23, K24 }, \
|
||||
{ K30, K31, K32, K33, ___ }, \
|
||||
{ K40, K41, K42, K43, ___ }, \
|
||||
{ K50, K51, K52, K53, ___ }, \
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue