feat(keebwerk): added VIA support keymap for keebwerk nano slider (#16761)
* feat(keebwerk): added VIA support keymap for keebwerk nano slider Added VIA support for keebwerk nano slider, VIA json is keebwerk_nano_via.json Fixed midi2vol keymap where comma symbol is missing from enum "custom_layers" * feat(keebwerk): removed VIA json as requested * Update keyboards/keebwerk/nano_slider/keymaps/via/keymap.c * Update keyboards/keebwerk/nano_slider/keymaps/via/keymap.c * Fix(PR): removed file as requested
This commit is contained in:
parent
303992da70
commit
1f93485aef
3 changed files with 69 additions and 1 deletions
|
@ -41,7 +41,7 @@ uint8_t midi2vol = 0x3E;
|
|||
enum custom_layers {
|
||||
_MEDIA, /* Controls Pause, Mute , Forward ... */
|
||||
_NAV, /* Nav arrows, Enter, Space*/
|
||||
_VOLUME /* Changes midi2vol int to interface with midi2vol program: Chrome Volume, General Volume */
|
||||
_VOLUME, /* Changes midi2vol int to interface with midi2vol program: Chrome Volume, General Volume */
|
||||
_DISCORD, /* FXX unsused keys to interface with Discord: Mute , Silence */
|
||||
_LIGHTS, /* Edits underglow and retroilumination */
|
||||
_EDIT, /* Cut, Copy ,Paste */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue