Commit Graph

3868 Commits (985a091a739c99736d5b17de5161831488dbc219)
 

Author SHA1 Message Date
Jack Humbert 985a091a73 Update readme.md 8 years ago
Erez Zukerman cd41355069 Merge pull request #936 from jackhumbert/f/shine_default
Official default factory firmware for ErgoDox EZ Shine
8 years ago
Erez Zukerman 82922a4937 A new default layout that supports Shine 8 years ago
Erez Zukerman a05b6a72d9 Adjusts config for better mousekey support 8 years ago
Jack Humbert c87d039839 Merge pull request #921 from Wilba6582/raw_hid
Initial version of Raw HID interface
8 years ago
Jack Humbert 1eec2b7277 Update planck.c 8 years ago
Jack Humbert b66845ca7f Update rules.mk 8 years ago
Jack Humbert 7e4341e437 Update rules.mk 8 years ago
Jack Humbert d15d1d3833 Merge pull request #935 from priyadi/promethium
Promethium handwired keyboard firmware update
8 years ago
Priyadi Iman Nurcahyo c7d11fd001 Remove unnecessary build options 8 years ago
Priyadi Iman Nurcahyo e18a75609d Merge branch 'master' into promethium 8 years ago
Jack Humbert dd2911151b Merge pull request #932 from climbalima/master
Added ponoko svg for lets split
8 years ago
Jack Humbert 082f7ed3d3 Merge pull request #933 from priyadi/ps2_mouse_init_user2
Implemented weak ps2_mouse_init_user()
8 years ago
Priyadi Iman Nurcahyo 236c040859 syntax error fix 8 years ago
Priyadi Iman Nurcahyo 07d29b7d29 syntax error fix 8 years ago
Priyadi Iman Nurcahyo d059624bfb Implemented weak ps2_mouse_init_user()
There are a lot of PS/2 commands, some are vendor/device specific, so we
provide a weak ps2_mouse_init_user() to be implemented in each keyboard
that need it.
8 years ago
Priyadi Iman Nurcahyo 73073f270b Trackpoint initialization 8 years ago
Priyadi Iman Nurcahyo 6ef3060b42 Implemented weak ps2_mouse_init_user()
There are a lot of PS/2 commands, some are vendor/device specific, so we
provide a weak ps2_mouse_init_user() to be implemented in each keyboard
that need it.
8 years ago
Priyadi Iman Nurcahyo fc80aa9974 Merge branch 'master' into promethium 8 years ago
Priyadi Iman Nurcahyo a8e5f61805 fix emoji LED indicators. 8 years ago
Priyadi Iman Nurcahyo 75b18773bd fix RGB LED order 8 years ago
climbalima 0f71c81df8 having trouble with conflicts 8 years ago
climbalima 45b7718fb1 cleaned up personal projects 8 years ago
climbalima 59c54d651b Merge https://github.com/climbalima/qmk_firmware 8 years ago
climbalima ae66f0d702 added plate files for lets split 8 years ago
climbalima 2186e5ae85 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
Jack Humbert f39e1b5dfe cleans-up formatting of readme 8 years ago
Jack Humbert d0c667c790 Merge pull request #931 from OferPlesser/feature/improve-ps2-mouse
Improving ps/2 mouse
8 years ago
Jack Humbert 464f7d9687 Merge pull request #916 from wez/ble_4
Connect the adafruit ble code to the lufa main loop
8 years ago
Ofer Plesser f0768f8be9 Forgot to use define in delay instead of hardcoded number 8 years ago
Ofer Plesser 8e2732edf3 Updated ps2 mouse documentation in readme 8 years ago
Ofer Plesser 9f41544e1d Added back PS2_MOUSE_INIT_DELAY define 8 years ago
ofples d639e08a31 Refactored and improved ps2 mouse feature 8 years ago
Wez Furlong 044fa3ff85 Connect the adafruit ble code to the lufa main loop
There are now 3 potential locations to send HID reports:

1. USB
2. The bluefruit easy key
3. Adafruit BLE

Generally speaking, if USB is connected then we should prefer to
send the reports there; it is generally the best channel for this.

The bluefruit module has no feedback about bluetooth connectivity
so the code must speculatively send reports over both USB and bluetooth.

The BLE module has connectivity feedback.  In general we want to
prefer to send HID reports over USB while connected there, even
if BLE is connected.  Except that it is convenient to force them
over BLE while testing the implementation.

This policy has been extracted out into a where_to_send function
which returns a bitmask of which of the channels should be used.
8 years ago
Jack Humbert 7f88c9506c Merge pull request #930 from cbbrowne/master
Adds warnings to Planck keymaps that exceed 0x7000 bytes in size #929
8 years ago
Jack Humbert 11d263118a Merge pull request #929 from jackhumbert/hf/size-warnings
Adds warnings to Planck keymaps that exceed 0x7000 bytes in size
8 years ago
cbbrowne cee0cf8a6e Adds warnings to Planck keymaps that exceed 0x7000 bytes in size #929 8 years ago
Jack Humbert 245c9508bd adds warnings to 4 keymaps 8 years ago
Jack Humbert e14b0e8e7e Merge pull request #881 from NoahAndrews/patch-1
Recommend WSL on Windows 10 [Discussion]
8 years ago
Jack Humbert 78f8fe361f Merge pull request #915 from wez/ble_3
Add support for Adafruit BLE modules
8 years ago
Jack Humbert 8f0a8cb7a6 Merge pull request #914 from wez/ble_2
Add arduino-alike GPIO pin control helpers
8 years ago
Jack Humbert ead68248c5 Merge pull request #913 from wez/ble_1
Tidy up atomicity in timer.c and ring_buffer.h
8 years ago
Jack Humbert 4bcec04c01 Merge pull request #924 from cbbrowne/master
Keymapping revs, revisions to documentation on API_SYSEX_ENABLE
8 years ago
Erez Zukerman 555e41d9e5 Annotates nordic 8 years ago
Erez Zukerman aa70aa3962 Tweaks Kristian's layout again 8 years ago
Erez Zukerman 5d43a2aecf Kristian's keymap 8 years ago
cbbrowne f6e86cd2c9 I also want page-down/page-up on UPPER layer 8 years ago
cbbrowne 570e784140 I want page-down/page-up - put those on LOWER-Left/Right near bottom corner 8 years ago
cbbrowne 95a160bf92 Improve docs on memory usage 8 years ago
cbbrowne af4c44deef Improve docs on SYSEX bit 8 years ago