mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-01 04:22:48 +01:00
As per Pramod's comment on stack overflow: In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing. I suggest that you use void consistently when you mean no arguments.
Satan GH60 keyboard firmware
TODO: to be updated.