HS60 ANSI keymap (#3010)

* Added Modular keyboards L,R and NUM

Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split

* Remove modular from master

This is to fix incorrect branching

* HS60 ANSI update

* HS60 ANSI update
This commit is contained in:
yiancar
2018-05-20 18:28:05 +01:00
committed by Drashna Jaelre
parent 3e0ec8b171
commit 068b80383f
7 changed files with 243 additions and 8 deletions

View File

@@ -43,4 +43,4 @@ void matrix_scan_user(void) {
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
}
}