[Keyboard] handwired dactyl with 2 pro micros added (#5113)

* handwired dactyl with 2 pro micros added

* dactyl_promicro README updated

* dactyl_promicro default layout fixed

* requested changes

* dactyl_promicro README updated

* qmk toolbox link fixed

* layout reflects phys. keys positions
This commit is contained in:
zwnk
2019-02-18 08:49:11 -08:00
committed by Drashna Jaelre
parent 0e68b6c1a9
commit 7639edb0ae
10 changed files with 441 additions and 12 deletions
@@ -0,0 +1,12 @@
#include "dactyl_promicro.h"
#ifdef SSD1306OLED
void led_set_kb(uint8_t usb_led) {
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
led_set_user(usb_led);
}
#endif
void matrix_init_kb(void) {
matrix_init_user();
};