- Created default keymap for Cheapino keyboard with basic layout. - Added Lars keymap with custom mouse settings and underglow configuration. - Implemented TheArne4 keymap tailored for azerty-be layout. - Introduced Tompi keymap with extensive layer definitions. - Added VIA and VIAL support with respective keymaps and configurations. - Implemented custom matrix handling in matrix.c for improved performance. - Added mcuconf.h for MCU configuration. - Created README.md for project documentation and setup instructions. - Updated rules.mk to include necessary features and source files.
5 lines
164 B
C
5 lines
164 B
C
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6}
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0, 0}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0, 1} |