summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/ibm_terminal/ibm_terminal.h
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13converter/ibm_terminal Refactor and Configurator support (#4414)noroadsleft1-5/+5
* 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.
2016-12-14Update KEYMAP macro to be consistent with the rest of QMKPriyadi Iman Nurcahyo1-34/+36
2016-12-14IBM Terminal M-122 converter supportPriyadi Iman Nurcahyo1-0/+80
Code ported from TMK to QMK.