Commit Graph

7300 Commits (f56ded32146b07068287ab6b71777c7ccf70379b)
 

Author SHA1 Message Date
Didier Loiseau a7cef2ca0a Initial BÉPO over CSA with Shift layer
Initial implementation of the BÉPO layout
for use with the Canadian Multilingual Standard layout
(a.k.a. CSA / ACNOR layout) on the OS-side.
- support all bépo characters from the default and shifted layers
Didier Loiseau b8ddbd2181 Added RESET key on fn-=
Didier Loiseau bf78ca1ef2 Use enums to define layers and macros
Didier Loiseau 9e1ee021d7 Swapped w and = to keep the w on the right hand (better for English)
Didier Loiseau 7bb135a1d0 Use BÉPO spécific key aliases with BP_ prefix
keymap_bepo.h: define BP_* keycodes for all possible characters
bepo/keymap.c: use those keycodes in the bépo keymap
Didier Loiseau f044edbed9 Initial bepo layout based on tm2030
No more SFT_T:
- moved ] (bépo W) below Tab
- moved - (bépo =) in place of ] (top right)
- removed SFT_T from ' (bépo M)
- moved \ (bépo Ç) in place of = (bépo %)
- moved = (bépo %) in place of - (bépo =)
eltang fddccc95fe Update action.c
eltang 680301e3e3 Update action.c
Stephan Bösebeck f0424a0c0f Merge branch 'master' of https://github.com/sboesebeck/qmk_firmware
Stephan Bösebeck 71cdfe1168 new keymap
Eric-L-T f5365d1c1c Update action.c
Eric-L-T 307f1dee21 Update action.c
Eric-L-T 420fc8620b Update action.c
Stephan Bösebeck aee8715815 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Stephan Bösebeck c274699085 minor tweaks at the keymap, new png for documentation
Eric-L-T 9a35f01c55 Update action.c
Eric-L-T cd8dd1b6d6 Update action.h
Eric-L-T 317455178d Update action.c
Jack Humbert de904af360 Merge pull request from tak3over/patch-1
Create tak3over.c
tak3over ad3ec12fb6 Create tak3over.c
Custom keymap with an additional function layer for numpad, pgup, pgdn, del, ins, home, end, and additional arrow keys.
Jack Humbert 54b0a2bf76 adding files is always smart
Erez Zukerman 8e72455608 Merge pull request from squisher/dvorak_intl_squisher
Squisher's international dvorak variant for ergodox ez
IBNobody 12cb69cdb2 Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
IBNobody c12be71d11 Added Error Checking to Setup.bat
Added check for the MinGW directory. Fixed a bug with script exiting out
of a CMD window. Fixed a bug with script dropping user into MinGW
directory. Fixed a bug with RD not deleting temp. Fixed a bug with
PNPUtil.exe not being present in the path.
Stephan Bösebeck dbd4ab3457 fixed de_osx prefix in keymap include to avoid conflicts
Jack Humbert 5a290a42b0 Merge pull request from IBNobody/master
Fixed Setup Script
IBNobody a3ed432273 Drastically rewrote the path script to handle Explorer's stubborn grasp of EnvVars. Tested on Win7.
Christopher Browne 5bbcc484a8 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
David Mohr 5fae86849a Also add compiled hex file
David Mohr fe6c3e4f0f Squisher's international dvorak variant for ergodox ez
See README.md
Jack Humbert ae47275bf3 Merge pull request from NoahAndrews/patch-5
The readme was also wrong about the conflict between audio and RGB
Noah Andrews ac3f3a85d5 Update README.md
Jack Humbert 6186de5828 Merge pull request from NoahAndrews/patch-4
Fixed minor issues with Preonic readme
Jack Humbert c3c4012417 Merge pull request from mrfoto/fix-planck-diagram
Tiny fix of Planck diagrams
Miha Rekar 3b703eff33 Tiny fix of Planck diagrams
Noah Andrews 09d567045c Fixed minor issues with Preonic readme
Jack Humbert 47b537c87f preonic readme
Jack Humbert e7377dc24b Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
Jack Humbert b8ac509570 .hex files
Jack Humbert ac0729787f preonic update
Jack Humbert 4a676746a6 Merge pull request from NoahAndrews/make-keymap-names-consistent
Make keymap names more consistent
Noah Andrews 95fba250ef Updated several keyboard folders to use new keymap naming scheme
Noah Andrews e28334017c Merge remote-tracking branch 'jackhumbert/master' into make-keymap-names-consistent
Jack Humbert 26513b497b Merge pull request from NoahAndrews/patch-3
Fix 
Noah Andrews 8f1ea16ad5 Fix
mbarkhau 77fa2b0056 Update compile_keymap.py
Jack Humbert 49bde5b5c1 Merge pull request from NoahAndrews/patch-2
Fix error in Planck makefile comment
Noah Andrews 2ae44470e0 Fix error in Planck makefile comment
[This comment](https://www.reddit.com/r/olkb/comments/428umx/rgb_underglow/czaivbc) states that because both audio output and RGB support require the user of timer 3, they can't be enabled at the same time. That makes sense, I can see where audio.c uses timer 3. But this comment in the code states that the incompatibility is with MIDI support, which doesn't make sense based on what I see in the code. Please enlighten me if I'm mistaken.
Stephan Bösebeck ac22d1c185 added CTL_Shift / Hash macro
Stephan Bösebeck f7f4f1725e Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware