mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 07:04:17 -04:00
[Keyboard] Add Big Knob board (#22292)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
parent
89de294fe0
commit
89d8373128
2 changed files with 18 additions and 0 deletions
16
keyboards/jpe230/big_knob/keymaps/via/keymap.c
Normal file
16
keyboards/jpe230/big_knob/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
// Copyright 2023 jpe230 (@jpe230)
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
[0] = LAYOUT_ortho_1x1(
|
||||||
|
KC_MUTE
|
||||||
|
)
|
||||||
|
};
|
||||||
|
|
||||||
|
#ifdef ENCODER_MAP_ENABLE
|
||||||
|
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
|
||||||
|
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
|
||||||
|
};
|
||||||
|
#endif
|
2
keyboards/jpe230/big_knob/keymaps/via/rules.mk
Normal file
2
keyboards/jpe230/big_knob/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ENCODER_MAP_ENABLE = yes
|
||||||
|
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue