Jack Humbert
8a0cf32cf5
Merge pull request #1171 from ishtob/master
...
SSD1306 I2C OLED display support for let's split
9 years ago
Jack Humbert
0f986a1951
Merge pull request #1168 from newsboytko/newsboytko/frosty-flake
...
Support Frosty Flake Controller (CM Storm QFR)
9 years ago
Jack Humbert
a7811781c5
Merge pull request #1178 from cheesemacfly/master
...
XD60 different layout
9 years ago
Jack Humbert
417202109b
Merge pull request #1163 from jprMesh/atreus62_KC_KEYMAP
...
Added KC_KEYMAP macro for old style keymaps in Atreus62
9 years ago
Nicolas Guelpa
a32436d5a1
Create README.md
9 years ago
Nicolas Guelpa
a89ee25db8
Add files via upload
9 years ago
Nicolas Guelpa
c0a6c5f806
fixing layout
9 years ago
Nicolas Guelpa
739249ff0d
Adding different layer
9 years ago
ishtob
2573e581a5
Update readme.md
9 years ago
ishtob
d5f56e91e4
Update i2c.c
9 years ago
ishtob
bb413383ee
Update i2c.c
9 years ago
ishtob
092416325b
Update i2c.c
9 years ago
ishtob
be0cfbb97e
Update i2c.c
9 years ago
ishtob
732a7f2be9
Update matrix.c
9 years ago
ishtob
ebb46694e5
Update split_util.c
9 years ago
ishtob
1f7b8a0343
Update matrix.c
9 years ago
ishtob
d1865db599
OLED code cleanup
9 years ago
ishtob
80270a2791
Add files via upload
9 years ago
ishtob
30f4507492
OLED code cleanup
9 years ago
ishtob
65317a3a02
Added OLED SSD1306 support to I2C
9 years ago
ishtob
423c68c210
Merged Fliphalf, now defined in config, added OLED
...
Can now use the following in the keymap config.h to call the flipped matrix
```
#define FLIPHALF
```
9 years ago
ishtob
3a7083d810
Delete rules.mk
9 years ago
ishtob
a4bdd6d084
Delete rev2fliphalf.h
9 years ago
ishtob
d012b01108
Delete rev2fliphalf.c
9 years ago
ishtob
6167d7937c
Delete config.h
9 years ago
ishtob
dfb5a0e8f4
Delete Makefile
9 years ago
ishtob
f0962bce50
Add files via upload
9 years ago
skullY
7a9437a2e3
Fix a typo
9 years ago
skullY
452949f913
Add #1170 to all the clueboard keymaps
9 years ago
tengg
3cba7a43d9
typo fixed
9 years ago
tengg
a89998b977
fix typo
9 years ago
tengg
9e0ca927f9
fixed a bug related to mod + Grave with combined ESC/Grave key
...
This only applies to keymaps that has combined esc/grave. Here we call it theKEY.
Think about the motion when we do shift + theKEY (typing ~), or CMD + theKEY (switching window on MAC). Based on the original code, we must do following sequence: press shift -> press theKEY -> release theKEY -> release shift. However, it is very possible and natural that we do this stroke sequence instead: press shift -> press theKEY -> release shift -> release theKEY.
If we do the 2nd stroke sequence, the code will del_key(ESC) instead of (GRV) when we release theKEY. This caused some inconvenient issues and ghost typing.
By adding a flag, this issue is eliminated and will not affect any other functions.
9 years ago
Gabriel Young
b37f510f32
clean up config
9 years ago
Gabriel Young
a3a304db9a
clean up docs and provide defaults for keymap
9 years ago
Gabriel Young
db2da37561
update docs
9 years ago
Gabriel Young
df874a228a
fix whitespace
9 years ago
Gabriel Young
7e9ca9a976
support LEDs
9 years ago
Gabriel Young
a43ae7c92f
Swap rows and columns to match the schematic
9 years ago
Gabriel Young
4a97ef6c48
start to define keymap; annoying because rows and columns are swapped from schematic
9 years ago
Gabriel Young
d7fc236540
successfully read data from the matrix
9 years ago
Gabriel Young
19fd20261b
sketch out frosty flake matrix using custom matrix.c based on kitten paw
9 years ago
Gabriel Young
3766f902a0
boilerplate project created with new_project.sh
9 years ago
jprmesh
e123ed8d5f
Added KC_KEYMAP macro for old style keymaps in Atreus62
9 years ago
Jack Humbert
c36a4496eb
Update config.h
9 years ago
Jack Humbert
c043d1cc47
Update config.h
9 years ago
Jack Humbert
b794719952
Merge pull request #1090 from qmk/backlight_softpwm
...
Adds soft PWM backlight for non-timed ports
9 years ago
Jack Humbert
ce6dcc2b5d
Merge pull request #1146 from khogeland/master
...
Colemak layout for Clueboard
9 years ago
Jack Humbert
71d6d7b22c
Merge pull request #1147 from nooges/numpad20
...
Add handwired 20-key Numpad
9 years ago
Jack Humbert
8c184847f7
Merge pull request #1150 from nooges/ortho5x13
...
Add handwired 5x13 ortholinear keyboard
9 years ago
Jack Humbert
8685d73893
Merge pull request #1148 from nooges/hexwire-lets-split
...
Add Hexwire layout for Let's Split
9 years ago