aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/converter/ibm_terminal
Commit message (Collapse)AuthorAgeFilesLines
* converter/ibm_terminal Refactor and Configurator support (#4414)noroadsleft2018-11-138-83/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * IBM Terminal converter: layout macro refactor - Renamed KEYMAP to LAYOUT - Renamed KEYMAP_101 to LAYOUT_101 - minor matrix array fixes * IBM Terminal converter: default keymap refactor - Updated layout macro names - Updated to #include QMK_KEYBOARD_H - config.h updated to use #pragma once * IBM Terminal converter: priyadi keymap refactor - Updated layout macro names - Updated to #include QMK_KEYBOARD_H - Removed redundant KC_TRNS and KC_NO defines - config.h updated to use #pragma once * IBM Terminal converter: Configurator support * IBM Terminal converter: readme cleanup Updated markdown formatting. * IBM Terminal converter: readme rename Renamed file to fully lowercase.
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-223-3/+3
|
* Updated personal keymaps, fixed Let's Split default keymap, updated JJ40 ↵Kenneth Aloysius2018-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | README (#2704) * Add M6-A keymap * Update XD60 keymap * Update XD60 keymap readme * Update JJ40 and Let's Split keymaps * Add readme for M6-A * Fix typo, update JJ40 README * Update jj40 readme * Cleanup jj40 keymap * Revert Let's Split QWERTY layer to default before #2010 * Update numpad layers * Fix: Let's Split keymap getting stuck mods due to having keycodes assigned on the Raise layer * Keep ASCII art consistent with keymap
* restructure converters (#1825)Balz Guenat2017-11-082-9/+4
| | | | | | | | | | | | | | | | | * restructure converters each converter is its own keyboard and different hardware variants are different subprojects. remove (seemingly) old method of loading layouts from main Makefile * call led_set_kb() from overridden led_set() * put converter back into one folder * revert some structure changes to bring in line with #1784. Also attempt to get the BLE thing more properly integrated. Also also fix led_set() to call led_set_kb().
* remove all makefiles from keyboard directoriesJack Humbert2017-09-273-57/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-082-0/+44
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-303-48/+48
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Fix spelling of "persistent"Nikolaus Wittenstein2017-05-111-5/+5
| | | | Fixes #1201.
* My layout for M-122 terminal keyboardPriyadi Iman Nurcahyo2016-12-143-0/+345
|
* Update KEYMAP macro to be consistent with the rest of QMKPriyadi Iman Nurcahyo2016-12-144-105/+58
|
* IBM Terminal M-122 converter supportPriyadi Iman Nurcahyo2016-12-1411-0/+760
Code ported from TMK to QMK.