Commit Graph

3781 Commits (fe001d46fd06924bb81fe8d506f5be8894db3df0)
 

Author SHA1 Message Date
Wilba6582 fe001d46fd Initial version of Raw HID interface
Jack Humbert 81ea909467 Merge pull request from jackhumbert/hf/robot_test_layout
Test layout for ErgoDox EZ manufacturing robot
Erez Zukerman 4094544d41 Test layout for ErgoDox EZ manufacturing robot
Erez Zukerman 51ae6da99e Merge pull request from jackhumbert/wu5y7
Adds Ergodox EZ RGB lights (both sides using I2C) and implements API base, Midi SysEx API
Erez Zukerman 7b219a7f60 Merge pull request from gid0/master
keyboards/ergodox/keymaps/bepo : merge from author
Jack Humbert f946d830f9 guess i didnt pull
Jack Humbert efbc205efd Merge branch 'wu5y7' of github.com:jackhumbert/qmk_firmware into wu5y7
Jack Humbert d0cefef946 enable rgblight by default for ez
Jack Humbert 06f18e95d4 enable api sysex for ez
Jack Humbert 6e0f994950 Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7
Olivier 5a2501d90f Add the AZERTY compatibility layer.
Olivier f02eccbb29 Change layer names (cosmetic change) and reorder them so that the "shift" layer can be accessed from the "alt" layer when in QWERTY compat mode.
Erez Zukerman 84735836e3 Tweaks position of TOG not to conflict with MO
Olivier d2b6438e39 A little cleanup, add some comments, change others.
Erez Zukerman 9caf866618 Tweaks EZ Makefile
Erez Zukerman 2d0ada0190 Pulls LED config into common config for EZ
Olivier 3f1fca2eb8 Adjust comment.
Olivier e26a80508f Reorganize the numeric keypad layer more like a traditional numeric keypad.
Olivier d6d0b7eada Merge https://github.com/jackhumbert/qmk_firmware
Jack Humbert 7edac212c8 separated into api files/folder
Jack Humbert 1585fc4b61 Merge pull request from priyadi/promethium
My handwired keyboard firmware
Priyadi Iman Nurcahyo 12c1314b02 update docs
Jack Humbert b5c811bde5 Merge pull request from priyadi/unicode_docs
Update Unicode documentation
Jack Humbert 637170d560 Merge pull request from priyadi/unicode_map_fix_warning
fix strict-prototypes warning
Priyadi Iman Nurcahyo a182cbc031 Update Unicode documentation
Priyadi Iman Nurcahyo 6fee7e178f fix strict-prototypes warning
Priyadi Iman Nurcahyo a1f88bf7bf Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethium
Priyadi Iman Nurcahyo 0f39ab5219 remove ifdef on chip type
Priyadi Iman Nurcahyo 7f3c9c6a39 protocols.mk is already included in latest QMK
Priyadi Iman Nurcahyo b5019bef05 change init delay to 2000ms
Priyadi Iman Nurcahyo 8ee389c9b6 My Promethium keyboard firmware
Jack Humbert 746fd15638 Merge pull request from priyadi/ps2_documentation
A few addition to PS2 documentation.
Jack Humbert fbd4c34c0f Merge pull request from priyadi/ps2_remove_hardcoded_pins
PS2 pins configuration belongs to each keyboards config.h
Priyadi Iman Nurcahyo f2214ce1cb remove define checks. didn't work because of include ordering.
Priyadi Iman Nurcahyo d9d67e7b76 add macro error when a required define is missing
Priyadi Iman Nurcahyo f837406ace A few addition to PS2 documentation.
Priyadi Iman Nurcahyo 17acde94ee Fix unterminated ifndef
Priyadi Iman Nurcahyo de1df63953 PS2 pins configuration belongs to each keyboards config.h
Each keyboard might have different pin configuration. And keeping this
here will trigger redefinition warning on keyboards that have PS2
defines.
Priyadi Iman Nurcahyo 2cf9b93758 remove ifdef on chip type
Priyadi Iman Nurcahyo 6313ec7ef9 protocols.mk is already included in latest QMK
Priyadi Iman Nurcahyo b94e5b2aa6 change init delay to 2000ms
Jack Humbert 7a1eca784f Merge pull request from priyadi/ps2_init_delay
Make PS2 init delay configurable.
Priyadi Iman Nurcahyo b5511b9a8a Merge branch 'master' into promethium
Priyadi Iman Nurcahyo 9a071f051c Make PS2 init delay configurable. Some devices are not fully powered up
after 1s.
Priyadi Iman Nurcahyo 4b0d16cd7b My Promethium keyboard firmware
Jack Humbert bf23ac96f6 Merge pull request from OferPlesser/feature/ps2-mouse-support
PS/2 mouse support
ofples 97e7486d4c Added documentation for PS/2 mouse in readme
ofples 0c9d66eb59 Removed comment
ofples 03d6e165bb Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary one at the end of the file
ofples 3be13d1ffb Added protocol.mk to build