mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
1c6cdb8d74
* Addition of EC 60X * Update keyboards/cipulot/ec_60x/keymaps/via/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keymaps/default/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Revert "Update keyboards/cipulot/ec_60x/keyboard.json" This reverts commit5f49ef63cd
. * Revert "Update keyboards/cipulot/ec_60x/keyboard.json" This reverts commit5fb9706acd
. * revert of what was done with the layouts * Update keyboards/cipulot/ec_60x/mcuconf.h Co-authored-by: Drashna Jaelre <drashna@live.com> --------- Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
6 lines
138 B
Makefile
6 lines
138 B
Makefile
CUSTOM_MATRIX = lite
|
|
ANALOG_DRIVER_REQUIRED = yes
|
|
VPATH += keyboards/cipulot/common
|
|
SRC += matrix.c ec_board.c ec_switch_matrix.c
|
|
OPT = 2
|