summaryrefslogtreecommitdiffstats
path: root/keyboards/eagle_viper/info.json
AgeCommit message (Collapse)AuthorFilesLines
2018-08-16Keyboard: Eagle/Viper V2 refactor and Configurator update (#3671)noroadsleft1-7/+4
* Matrix refactor: eagle_viper/v2 LAYOUT_all - Deleted K0L (research indicates no switch position at this location) - Renamed K0J to K0I (spacebar key; on 9th column instead of 10th) - Updated info.json and default keymap to match - readability updates * Keymap refactor readability update
2018-04-12Remove bootloader from info.jsonsskullY1-1/+0
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed1-2/+0
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-04-02Refactor/eagle viper with new layouts for QMK Configurator (#2659)MechMerlin1-8/+20
* rename KEYMAP to LAYOUT_ALL * Standard Layout Eagle Refactor New layout LAYOUT_EAGLE Got standard layout backspace working * Remove split right shift support for standard layout eagle * add back the KC_NO for split right shift * Remove KC_NO from bottom row to support standard 60 layout * Fix formatting issues with mechmerlin keymap * remove extra KC_NO from split right shift in LAYOUT_EAGLE * Preliminary checkin for new layout LAYOUT_VIPER * Remove some of the KC_NO from the layout * Fix formatting * missed a KC_NO for the LAYOUT_EAGLE * remove KC_NO from enter key of LAYOUT_VIPER * some more formatting changes * Default 60 with split left right shift and backspace * add info.json layouts to match the new LAYOUTs * change formatting of LAYOUT names * propogate renames to info.json
2018-01-13Update info.jsonmanofinterests1-1/+1
2018-01-05Update info.jsonJack Humbert1-2/+2
2018-01-04Keeb json layouts (#2219)MechMerlin1-0/+13
* info.json committed to support the qmk configurator project These are info.json for each of the keyboards I've contributed to during my time here at QMK * change LAYOUT to KEYMAP to adhere to matrix definitions