I was very excited to discover the keyboard and the RGB macropad was qmk, I have had many qmk keyboards and I am looking forward to getting my preferred setup.
I saw the github repo, GitHub - FrameworkComputer/qmk_firmware: Fork of QMK for the Framework Laptop 16, has not been active for over two years. I then assumed that this was merged back upstream, GitHub - qmk/qmk_firmware: Open-source keyboard firmware for Atmel AVR and Arm USB families, but I was not able to find any framework keyboards.
I tried to copy the framework/* to the qmk mainline and got some errors
Ψ Compiling keymap with make -r -R -f builddefs/build_keyboard.mk -s KEYBOARD=framework/macropad KEYMAP=default KEYBOARD_FILESAFE=framework_macropad TARGET=framework_macropad_default VERBOSE=false COLOR=true SILENT=false QMK_BIN="qmk"
☒ framework/macropad: RGB_DISABLE_WHEN_USB_SUSPENDED in config.h is no longer a valid option and should be replaced with RGB_MATRIX_SLEEP
☒ Invalid API data: framework/macropad: rgb_matrix.driver: 'IS31FL3743A' is not one of ['aw20216s', 'custom', 'is31fl3218', 'is31fl3236', 'is31fl3729', 'is31fl3731', 'is31fl3733', 'is31fl3736', 'is31fl3737', 'is31fl3741', 'is31fl3742a', 'is31fl3743a', 'is31fl3745', 'is31fl3746a', 'snled27351', 'ws2812']
* [ERRORS]
builddefs/build_keyboard.mk:239: *** Platform not defined. Stop.
Has anyone tried to get the old framework fork working with upstream?
Should I use the abandoned fork?