summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/ibm_terminal/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13converter/ibm_terminal Refactor and Configurator support (#4414)noroadsleft4-38/+16
* 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.
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre2-2/+2
2017-09-27remove all makefiles from keyboard directoriesJack Humbert2-54/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed2-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
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2-32/+32
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein1-5/+5
Fixes #1201.
2016-12-14My layout for M-122 terminal keyboardPriyadi Iman Nurcahyo3-0/+345
2016-12-14Update KEYMAP macro to be consistent with the rest of QMKPriyadi Iman Nurcahyo1-68/+14
2016-12-14IBM Terminal M-122 converter supportPriyadi Iman Nurcahyo3-0/+156
Code ported from TMK to QMK.