1
0
Fork 0

[Keyboard] Add VIA keymap to duckyPad, update M4cs keymap for duckyPad (#11703)

Co-authored-by: M4cs <mabridgland@protonmail.com>
This commit is contained in:
Max Bridgland 2021-02-16 13:10:07 -05:00 committed by GitHub
parent 9a2b0a5db1
commit ac33dc12da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 317 additions and 54 deletions

View file

@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "duckypad.h"
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
{ 2, 1, 0, 3, 4, 5, 8, 7, 6, 9, 10, 11, 14, 13, 12, NO_LED, NO_LED }
}, {
@ -42,6 +44,8 @@ led_config_t g_led_config = { {
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
} };
#endif
void keyboard_pre_init_kb(void) {
setPinOutput(A0);
writePinHigh(A0);