]>
git.donarmstrong.com Git - qmk_firmware.git/log
skullydazed [Sun, 28 Jan 2018 19:11:28 +0000 (11:11 -0800)]
Always copy the firmware file to the root qmk_firmware directory (#2314)
* Always copy the firmware file to the root qmk_firmware directory
* remove circular dependency
Sam Perman [Sat, 27 Jan 2018 15:49:43 +0000 (10:49 -0500)]
update sed to work on mac
See https://stackoverflow.com/questions/
19456518 /invalid-command-code-despite-escaping-periods-using-sed
MakotoKurauchi [Sun, 28 Jan 2018 17:14:12 +0000 (02:14 +0900)]
Add helix keyboard (#2308)
* Fork from Let's Split
* Organizing files
* Delete some keymaps
* I2C and serial enabled at the same time
* Change readme
* add #define HELIX_ROWS for multiple rows
* Delete avrdude flashing script
* Delete makefiles
* Subproject elimination
* Fix lufa path
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.
Fix conflicting function name
* Mousekey change default to off
* Fix to oled display adjust
* make rev2
change pin assign
change keymap
* use master_buffer
* Timing adjustment
* Organizing files
* Change Keymap
* Change Keymap
Add EISU and KANA
Correct 4rows
* NKRO default to disable
* EXTRAKEY_ENABLE default to disable
* add rgb reset key
* rgb custom function enable
* Extend font
* add RGBLED_POWER
default folder to helix/rev2
RGB_ENABLE to no
* renamed directory
* Disable RGBLIGHT_CUSTOM_DRIVER
* Disable LOCKING_SUPPORT_ENABLE
* Update bootloader setting
* Change readme
* Fixed argument error
Gabriel Rauter [Fri, 26 Jan 2018 12:57:09 +0000 (13:57 +0100)]
katana60: fix bootloader size to work with PCB
Fix the bootloader size so the `RESET` key actually resets to the
bootloader instead of just restarting the boards.
Mason McAllaster [Thu, 25 Jan 2018 06:09:37 +0000 (01:09 -0500)]
Adding personal keymap for planck/niu_mini (#2263)
* Adding mason keymap for planck/niu_mini
* Adding power shortcut
manofinterests [Sat, 13 Jan 2018 03:41:14 +0000 (19:41 -0800)]
hi there friends
na7thana [Thu, 25 Jan 2018 06:04:31 +0000 (22:04 -0800)]
Hi there :) (#2273)
Alex Vogel [Thu, 25 Jan 2018 06:03:49 +0000 (07:03 +0100)]
[Keymap] semi-ISO Spanish HHKB Keymap for Satan Keyboards (#2290)
* ISO HHKB first commit
* First version of my HHKB ISO Spanish Keymap
* Readme.md
* Added more media keys.
Caps Lock added on function layer.
Backlight toggle added on funtion layer.
* RGB support for WS2812B RGB led strip
* RGB and brightness control.
Greizgh [Sat, 20 Jan 2018 15:41:36 +0000 (16:41 +0100)]
Fix compilation error when RGB light is disabled
TerryMathews [Thu, 25 Jan 2018 06:00:59 +0000 (01:00 -0500)]
Add SSD1306 OLED display support to TKC1800 (#2293)
* Add support for SSD1306 OLED display
* Correct keymap
Had tilde on keymap instead of grave, corrected.
* Winkeyless keymap
allo-world [Thu, 25 Jan 2018 06:00:31 +0000 (22:00 -0800)]
Added KBD66 (#2292)
* Created default layout for KBD66.
* Added KBD66 ISO layout.
Thomas Järvstrand [Sun, 21 Jan 2018 20:32:19 +0000 (21:32 +0100)]
Make new_project.sh a bit more robust
Danny Nguyen [Wed, 20 Dec 2017 15:58:28 +0000 (10:58 -0500)]
Add Chocopad keyboard
Danny Nguyen [Thu, 18 Jan 2018 19:51:16 +0000 (14:51 -0500)]
Update pinout for Rev. 1.0 Iris without LED
Joe DeVivo [Fri, 29 Dec 2017 16:09:54 +0000 (09:09 -0700)]
Iris send backlight info over i2c
U-LANDSRAAD\drashna [Wed, 27 Dec 2017 02:06:27 +0000 (18:06 -0800)]
Disable MIDI on Planck so all revisions compile without compilition size errors
Fred Sundvik [Sun, 21 Jan 2018 08:57:25 +0000 (10:57 +0200)]
Enable FPU on Clueboard60
Fred Sundvik [Sun, 21 Jan 2018 08:56:41 +0000 (10:56 +0200)]
Revert back to normal sleeping wait behaviour for STM32
Fred Sundvik [Sun, 21 Jan 2018 08:55:40 +0000 (10:55 +0200)]
Fix compiler settings for MCUs with floating point
skullY [Fri, 19 Jan 2018 19:58:19 +0000 (11:58 -0800)]
Clarify the format for layout names
Kenneth Aloysius [Thu, 18 Jan 2018 21:02:32 +0000 (08:02 +1100)]
Backlighting for JJ40 and underglow initialisation code (#2260)
* Cleanup Mechmini keymap. Once the custom RGB function is defined, there is no need to manually handle RGB code.
* Change default to KEYMAP_MIT, not KEYMAP_OFFSET
* Add custom RGB code for JJ40
* Reset Mechmini advertised power draw to 500. Will have to test actual maximum power draw later.
* RGB working on JJ40.
* Fix: saturation increase/decrease flipped
* Add new directory for my custom keymap with RGB keycodes
* Swap LAlt and LGUI
* Update JJ40 max power draw with measured value
* Update: fun40 rules.mk to enable underglow; earlier failed Travis CI
* Fix: init RGB LEDs on boot. Also added HHKB-like keymap for XD60.
* Super rudimentary backlight test, init RGB LEDs on boot
* Backlighting works - stays on for now
* Toggling working
* Now can override backlight.c functions. Problem was functions in backlight.c weren't called before due to a lack of matrix_scan_quantum() in matrix.c
* Timers not working
* Delete global.h
* Cleanup
* Compiles
* Good sign: LEDs stop working again
* Handle timer1 overflow
* Progress: fix: forgot to init
* Backlighting fully working now except breathing.
* Revert keymap to original keycodes
* Update XD60 keymap README
* Update JJ40 keymap with backlight toggles
* Breathing working just fine.
* Update references
* Add backlight_set() call
* Cleanup code to disable backlight
* Fix: does not compile
* Fix: missing call to rgblight_task.
* Testing with BACKLIGHT_BREATHING
* Cleanup
* Cleanup comments
* More commenting cleanup.
* Do not enable BACKLIGHT_BREATHING by default
amanda flagg [Wed, 17 Jan 2018 23:13:52 +0000 (15:13 -0800)]
add dz60 map with arrow keys (#2270)
stephengrier [Wed, 17 Jan 2018 19:44:12 +0000 (19:44 +0000)]
Adding stephengrier keymap for the tada68 keyboard. (#2269)
Drashna Jaelre [Wed, 17 Jan 2018 19:28:23 +0000 (11:28 -0800)]
Update to drashna keymaps (#2281)
* Move faux clicky into userspace
* Get Audio and RGB enabled on Orthodox-rev1
* Add faux click to userspace
* Add Orthodox Rev3 check to macros
* Hack Orthodox Name for drashna keymap
* No more One Shots
* Ergodox product name hack
* Enable Audio on Orthodox by default
skullydazed [Sun, 14 Jan 2018 04:38:25 +0000 (20:38 -0800)]
Fix up the ARM audio support (#2136)
* Get audio working on clueboard/60
* add keys for music mode
* Change doubles to floats
* add keys for all the songs
* revert to the default startup sound
* Remove music mode until we can figure out why it crashes
manofinterests [Sat, 13 Jan 2018 04:23:25 +0000 (20:23 -0800)]
Update info.json
Jack Humbert [Sat, 13 Jan 2018 01:47:39 +0000 (20:47 -0500)]
Update info.json
Marco Scannadinari [Mon, 8 Jan 2018 23:11:26 +0000 (23:11 +0000)]
Reset color after submodule warning message
Fixes leaking bold text
noisebomb44 [Mon, 8 Jan 2018 23:21:50 +0000 (00:21 +0100)]
Update ergodone.c
Kaleb Elwert [Wed, 10 Jan 2018 21:15:06 +0000 (13:15 -0800)]
Fix call to memset for various keyboards
chancellorr [Thu, 11 Jan 2018 06:50:54 +0000 (01:50 -0500)]
Adding my Tada68 Keymap.
Daniel Gordon [Mon, 18 Dec 2017 22:01:59 +0000 (16:01 -0600)]
Add Daniel Gordon's Ergodox Infinity and Chimera
* gordon.c defines many aliases for KC codes.
* gordon.c defines many advanced tap dance functions.
* This is a squashed commit of about 6 months of work on chimera and
ergodox infinity changes.
* Ignore the change-id below.
Change-Id: I83927139e8a80fe08992ae91ec7d62571498f7f7
Mikkel Jeppesen [Fri, 12 Jan 2018 17:57:48 +0000 (18:57 +0100)]
Updated files to better support sockets version (#2255)
Mason McAllaster [Thu, 11 Jan 2018 23:12:15 +0000 (18:12 -0500)]
Updating default niu mini keymap to better reflect product
Kyle Sargent [Fri, 12 Jan 2018 17:56:50 +0000 (09:56 -0800)]
Layout for BananaSplit60 (#2257)
* Kamon bananasplit layout
* readme
pmalecka [Fri, 1 Dec 2017 08:09:52 +0000 (09:09 +0100)]
added the possibility to hav shifted(modded) tap dance
fauxpark [Fri, 12 Jan 2018 13:26:39 +0000 (00:26 +1100)]
Clarify that we actually have max 16 total backlight levels
fauxpark [Fri, 12 Jan 2018 12:49:15 +0000 (23:49 +1100)]
Remove reference to BL_x in keycodes.md, and add BL_BRTG
Oryhara [Fri, 12 Jan 2018 17:35:33 +0000 (11:35 -0600)]
Halfkeyboard functionality for dvorak and qwerty (#2261)
* started work on halfkeyboard
* update to keymap
* halfkey layouts complete for dvorak and qwerty
Danny Nguyen [Fri, 12 Jan 2018 17:12:19 +0000 (12:12 -0500)]
Add -e to enable interpretation of escape characters
farmakon [Sun, 7 Jan 2018 16:23:45 +0000 (17:23 +0100)]
Adding XMMX (#2236)
* gh80_3000
* Add files via upload
Jack Humbert [Fri, 5 Jan 2018 21:28:46 +0000 (16:28 -0500)]
Update info.json
Jack Humbert [Fri, 5 Jan 2018 20:44:59 +0000 (15:44 -0500)]
Info json fixes (#2232)
* Update info.json
* Update info.json
* Update info.json
* Update info.json
Jack Humbert [Fri, 5 Jan 2018 20:33:15 +0000 (15:33 -0500)]
Update info.json
Jack Humbert [Fri, 5 Jan 2018 20:32:52 +0000 (15:32 -0500)]
Update info.json
Hannes Egler [Fri, 5 Jan 2018 16:50:28 +0000 (17:50 +0100)]
Added RGB and in-switch LED controls (#2227)
* Default layout with RGB and in-switch LED controls
This is a variation of the default keymap with added RGB underglow and in-switch LED controls.
* Readme for default_rgb keymap
* ISO keymap with RGB and in-switch LED controls
This is a variation of the default ISO keymap with added RGB Underglow and in-switch LED controls.
* readme for iso_rgb keymap
rooski15 [Fri, 5 Jan 2018 16:37:53 +0000 (08:37 -0800)]
Rooski15: Update Prime_R ReadMe & Keymap (#2228)
* Rooski15: Updated prime_r Keymaps
* Rooski15: Updated Prime_R:Rooski
* Rooski15: Updated Prime_R readme
* Rooski15: Updated Prime_R readme
* Rooski15: Updated Prime_R readme
TurboMech [Fri, 5 Jan 2018 16:37:22 +0000 (11:37 -0500)]
Updated ACR60, Mechmini, ALU84 readme information and config.h descripters (#2231)
* Updated ACR60, Mechmini, ALU84 readme information and config.h descripters
Update MECHKEYS keyboards to be uniform in readmes and config.h's PID, MANUFACTORER, and DESCRIPTIONS. This allows the keyboards to be more uniform amongst the different types.
* Rename keyboards/alu84/keymaps/TurboMech/config.h to keyboards/alu84/keymaps/turbomech
* Rename keyboards/alu84/keymaps/turbomech to keyboards/alu84/keymaps/TurboMech/config.h
* Fixed folder naming for alu84/keymaps/turbomech
* fixed error from compile
removed double `return MACRO_NONE;` and `switch (id) {`
rooski15 [Thu, 4 Jan 2018 18:32:51 +0000 (10:32 -0800)]
Prime_R (#2221)
* Rooski15: Add Prime_R Keyboard
* Rooski15: Added keymaps to xd60, xd75, planck, and prime_r
* Rooski15: Updated prime_r keymap
* Rooski15: Added Prime_R and Documentation
* Rooski15: Added Prime_R and Documentation
* Rooski15: Prime_R - Added futher documentation.
* Update config.h
Added device information
* Update readme.md
Updated Planck:EmilyH Readme
* Update readme.md
Updated XD75:EmilyH Readme
profanum429 [Thu, 4 Jan 2018 06:20:58 +0000 (00:20 -0600)]
profanum429@gmail.com (#2222)
* Added initial in-switch LED support for the Eagle/Viper V2.
Currently only has four modes: All ON, Mods/Nums ON, Alphas ON, or All OFF
* Revert keymap changes
* Changed switch curly bracket to match style.
Daniel Gordon [Thu, 4 Jan 2018 06:20:18 +0000 (00:20 -0600)]
Add info.json file for Chimera Ortho (#2217)
* Add info.json file for Chimera Ortho
* Correct LAYOUT to KEYMAP
Correct LAYOUT to KEYMAP in chimera ortho's json.info
MechMerlin [Thu, 4 Jan 2018 06:19:59 +0000 (22:19 -0800)]
Keeb json layouts (#2219)
* 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
skullY [Wed, 3 Jan 2018 18:00:15 +0000 (10:00 -0800)]
Update the urls for atmel tools
MechMerlin [Wed, 3 Jan 2018 17:17:09 +0000 (09:17 -0800)]
Duck Eagle/Viper V2 support (#2216)
* Preliminary support for Duck Eagle/Viper V2 60% board. This is a copy of the octagon/v2 with things changed to reach a compiling state
* Get a 60% keymap compiling, this might not be what the eagle/viper
really supports
* Update readme to point to correct GeekHack link
* Get keymap working on a Duck Eagle
* Add code submitted by profanum429
- Add HHKB style top row to v2.h
- Modify read_rows function to take into accout the caps lock firmware key
- Modify default keymap to match the new v2.h
- Adjust readmes
* Fix bug related to col 0 not working
* Add keymap for mechmerlin
* Add profanum429's viper hhkb layout
* Add visual representation for mechmerlin layout
Add navigation keys to keymap
* Add a better visual representation to the mechmerlin keymap
* Add profanum429's Viper layout!
* Updated profanum429 keymap to match a full HHKB
Enabled media keys in rules.mk
* Revert "Updated profanum429 keymap to match a full HHKB"
This reverts commit
ed914160d7e27e6412d2c7c5c1c4fa0a04838667 .
* Fix default keymap for Eagle
* Enable extra keys for audio control support
* Modified timings in indicator_leds to accomodate the WS2811S chips on the Eagle/Viper2 PCBs at 800kHz with a 16mHz clock
Modified the backlight settings to not interfere with the default RGB underglow code from QMK
Modified the order of the LEDs in the LED status bar at the top of the Eagle/Viper2 PCBs (3,2,1,6,5,4,8,7 order)
* Cleaned up indicator code to remove unused functions as the RGB underglow uses the
default driver provided by QMK
Commented out backlighting code in v2.c
* update readmes to reflect profanum's awesome contributions and fix typo in make instructions
* Remove custom RGB logic and just rely on QMK RGB underglow. We'll leave the backlighting in place for now
TurboMech [Wed, 3 Jan 2018 10:48:09 +0000 (05:48 -0500)]
Added Mechmini 2.0 to Mechmini keyboard folder
This creates a v1 and v2 subproject. V1 retains all the same implementations of the bootmapper-ported Mechmnini 1 including #2196. V2 adds the Mechmini 2.0 kayboard support (I know it took me way to long to get it a pull request in).
All readme's updated to reflect compiling the two seperate keyboards. Simply either `make mechmini/v1:default` or `make mechmini/v2:defualt`. Utilizing the rules.mk using `make mechmini:default` will automatically create the Mechmini 2 default keymap as this is the current version and has a much wider user base.
Rickard von Essen [Tue, 2 Jan 2018 21:17:49 +0000 (22:17 +0100)]
Let's Split: Minor fixes in keymap.c comments
- Single quote (') is the un-shifted key, not double quote (")
- Fixed alignment
YouCanFly [Wed, 3 Jan 2018 02:54:56 +0000 (10:54 +0800)]
ADD RGBLIGHT_LIMIT_VAL (#2214)
Jack Humbert [Wed, 3 Jan 2018 02:35:42 +0000 (21:35 -0500)]
update avr url
Rickard von Essen [Tue, 2 Jan 2018 18:58:16 +0000 (19:58 +0100)]
macOS also requires avrdude
Stacy Devino [Mon, 1 Jan 2018 23:55:18 +0000 (17:55 -0600)]
JC65 - Adding in CapsLock LED support and my personal keymap
Signed-off-by: Stacy Devino <stacydevino@gmail.com>
benlyall [Mon, 1 Jan 2018 22:49:26 +0000 (09:49 +1100)]
Added support for V60 Type R Polestar backlight and RGB underglow (#1852)
* Added V60 Type R Polestar Backlight and RGB Underglow support
* made RGB Underglow stuff optional, to support the non Polestar V60
* updated readme and rules
* fixed typo in readme
Balz Guenat [Mon, 1 Jan 2018 22:47:51 +0000 (23:47 +0100)]
backlight breathing overhaul (#2187)
* add breathing to bananasplit
* backlight breathing overhaul
* fix the backlight_tick thing.
* fix for vision_division backlight
* fix a few keymaps and probably break breathing for some weirdly set-up boards.
* remove BL_x keycodes because they made unreasonable assumptions
* some fixes for BL keycodes
* integer cie lightness scaling
* use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
John Ramsay [Mon, 1 Jan 2018 22:35:32 +0000 (09:35 +1100)]
Aviator Keymap (#2204)
* Create aviator.txt
* Add files via upload
* Delete aviator.txt
* Delete readme.md
* Add files via upload
* Update readme.md
* Update readme.md
* Delete keyboard-layout.png
* Update readme.md
* Update readme.md
* Update readme.md
Kenneth Aloysius [Mon, 1 Jan 2018 22:34:46 +0000 (09:34 +1100)]
RGB underglow support for JJ40, clean up redundant code in Mechmini keymap (#2196)
* Cleanup Mechmini keymap. Once the custom RGB function is defined, there is no need to manually handle RGB code.
* Change default to KEYMAP_MIT, not KEYMAP_OFFSET
* Add custom RGB code for JJ40
* Reset Mechmini advertised power draw to 500. Will have to test actual maximum power draw later.
* RGB working on JJ40.
* Fix: saturation increase/decrease flipped
* Add new directory for my custom keymap with RGB keycodes
* Swap LAlt and LGUI
* Update JJ40 max power draw with measured value
* Update: fun40 rules.mk to enable underglow; earlier failed Travis CI
James Neill [Mon, 1 Jan 2018 22:32:39 +0000 (22:32 +0000)]
Remove residual Makefiles from the keyboards directory (#2193)
* Removed residual Makefiles from keyboards directory
* Removed reference to Makefile
wanleg [Fri, 29 Dec 2017 01:58:36 +0000 (17:58 -0800)]
wanleg's gherkin layout
my layout for the Gherkin
Drashna Jaelre [Mon, 1 Jan 2018 22:21:01 +0000 (14:21 -0800)]
Clean up and tweaks of drashna keymaps and userspace (#2200)
* Minor tweaks
modified: users/drashna/drashna.c
* Fix Workman ASCII art
* Add OSM for shifts
* Make Viterbi's 00 code consistant
* Minor Cleanup off Userspace
* Change Tapping Term on Ergodox
* Re-add EEPROM code
* Minor updates and tweaks
* Use QMK_H variables to make keymaps more universal
* Forgot 'break;' for covecube layer
* Tweak Viterbi files now that I have hands on
* Add secrets to Ergodox
* RGB tweaks to Viterbi
* Viterbi RGB layout tweeks
* Minor tweaks
* Add One Shot Mod tap toggle
* Add Faux Clicky to Viterbi, and disable controller's LEDs
* Minor tweaks
* Move D3 keycode defines into userspace
* Updated Userspace Readme
Takahiro Miyamoto [Sun, 31 Dec 2017 01:17:56 +0000 (10:17 +0900)]
Add meira/takmiya keymap
Hannes Egler [Mon, 1 Jan 2018 22:16:24 +0000 (23:16 +0100)]
KBD75 ISO support (#2201)
* iso_de_mac
ISO-DE layout with mac media controls
* Delete keymap.c
* iso_de_mac
ISO-DE support with Mac media keys
* Add files via upload
Layout overview
* iso layout support
Adds support for the extra key of ISO
* Update keymap.c
typo-fix
* fixed mac next key
* Delete Layout.png
* Delete keymap.c
Mikkel Jeppesen [Sat, 30 Dec 2017 13:15:28 +0000 (14:15 +0100)]
Fix of #2094
TurboMech [Mon, 1 Jan 2018 03:39:34 +0000 (22:39 -0500)]
added ALU84 keyboard and TurboMech user space (#2206)
* Added ALU84
Added ALU84 from mechkeys.ca. TurboMech keymap is MacOS oriented, need to still update the defualt keymap.
* added alu84 and TurboMech userspace
* updated keymap, config.h and rules.mk for alu84
skullY [Fri, 22 Dec 2017 17:49:52 +0000 (09:49 -0800)]
Add the missing rules.mk for my layout
skullY [Fri, 15 Dec 2017 07:02:49 +0000 (23:02 -0800)]
capslock led fix for clueboard 60
Colin Miller [Thu, 21 Dec 2017 23:49:55 +0000 (15:49 -0800)]
Adding a Zelda Treasure sound.
It's the sound that's made when opening a treasure chest.
Ryan Mitchell [Thu, 21 Dec 2017 03:19:45 +0000 (21:19 -0600)]
fix breaking build: remove merge conflict text
adiabatic [Thu, 21 Dec 2017 00:55:17 +0000 (16:55 -0800)]
Zweihander: remove app keys, etc. (#2167)
* zweihander-osx: Remove app keys, etc.
- add right command keys
- add F16 on ;' for Siri
- remove command-Q (too easy to hit)
* Zweihander: update readme
Oscillope [Thu, 21 Dec 2017 00:54:43 +0000 (19:54 -0500)]
Oscillope keymap: handy programming macros (#2176)
* Added macro to type -> since that symbol requres much finger acrobatics otherwise.
* Added macros for braces
MechMerlin [Thu, 21 Dec 2017 00:54:07 +0000 (16:54 -0800)]
Octagon V1 Support (Port) (#2184)
* Preliminary commit for Octagon V1 support
This is essentially a cp -R v2 v1 with a few things changed to
get it to compile and build.
* The Octagon V1 supports up to 84 keys as opposed to the V2 which
supports up to 86. This commit changes the keymap to match it.
* Temporary default keymap just to get things to compile
* Update readme file
* Fix switch matrix
* Fix underglow lighting option
* Fix keymap to take care of shifted columns
* Fix keymap formatting
* Remove un-needed files left over from rasmusx
* Make Octagon V1 have its own keymap directory with default keymap
* Make Octagon V2 have its own keymap directory with default keymap
* Cleanups and readme edits
U-LANDSRAAD\drashna [Thu, 21 Dec 2017 00:06:50 +0000 (16:06 -0800)]
Disable MIDI on preonic to fix firmware compilation errors
Nicolas Guelpa [Wed, 20 Dec 2017 19:41:41 +0000 (14:41 -0500)]
Adding pok3r like layout to the let's split (#2135)
* adding new layout for the planck that helps when coming from the pok3r
* Fixing the function layer
* Update readme.md
* Update keymap.c
Making some small adjustments
* Update keymap.c
switching GUI and Esc
* Update keymap.c
* adding mod tap on left and right shift
* adding mod tap on left and right shift
* poker keymap for lets split
* fixing the FN layer
* removing unused file
Drashna Jael're [Tue, 19 Dec 2017 18:37:25 +0000 (10:37 -0800)]
Add on/off/toggle keycodes for Auto Shift
U-LANDSRAAD\drashna [Tue, 19 Dec 2017 18:06:22 +0000 (10:06 -0800)]
Add toggle option to AutoShift
Hugo Gayosso [Wed, 20 Dec 2017 16:33:34 +0000 (11:33 -0500)]
Fixed typo
Kaleb Elwert [Mon, 18 Dec 2017 22:57:35 +0000 (14:57 -0800)]
k_type: add belak keymap
Jason Rosenman [Tue, 19 Dec 2017 15:11:58 +0000 (10:11 -0500)]
Marked util/atmega32a_program.py as executable so that programming script works.
MechMerlin [Tue, 19 Dec 2017 15:50:58 +0000 (07:50 -0800)]
Octagon V2 Refactor (#2170)
* rename octagon_v2 directory to octagon directory
* Move octagon_v2 files to v2 sub-directory
* Edit readme files
* setup header files for building multiple versions of the Duck
Octagon.
* Changes as per Jack's PR 2170 comments
fauxpark [Tue, 19 Dec 2017 08:41:51 +0000 (19:41 +1100)]
Unsign key argument in add_key_to_report
Arda Kılıçdağı [Tue, 19 Dec 2017 14:24:39 +0000 (17:24 +0300)]
Added Ardakilic keymap for Tada68 (#2174)
* Added Ardakilic keymap
more key fixes
* power key instead of eject
kimkimkeren [Sun, 17 Dec 2017 16:54:22 +0000 (23:54 +0700)]
Custom Keymaps for Certain Layouts (#2161)
* Add keymap for my friend's KBD75\nBug : RGUI is read as RALT
* Add keymap for Nyquist
* Add Keymap for Whitefox (Truefox layout only)
* Add Keymap for XD75 and XD73 (XD75 with 1u blocker each on left and right bottom
kamisamamizu [Sat, 16 Dec 2017 17:25:16 +0000 (18:25 +0100)]
Added default case to process_record_user
I tried using process_record_user and if I had to add the default case for it to compile.
Vlad Buslov [Sat, 16 Dec 2017 16:10:08 +0000 (18:10 +0200)]
Add my keymap for dz60
kamisamamizu [Sun, 17 Dec 2017 16:44:13 +0000 (17:44 +0100)]
Add COSPAD to QMK and add functions to read HSV (#2156)
* Added functions to read HSV values
I have added three functions to rgb_light.c to be able to read the hue, saturation and value from other places.
They are rgblight_get_hue(), rgblight_get_sat(), adn rgblight_get_val().
* Create keymap.c
* Add COSPAD support to QMK
I have ported the COSPAD numpad to qmk.
* Update readme.md
* Update cospad.c
That-Canadian [Sat, 16 Dec 2017 23:25:46 +0000 (15:25 -0800)]
Christmas tree (#2160)
* Line ending stuff again
* Added initial files for Christmas Tree PCB
* Updated Readme and info json's, also config.
* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.
* Forgot to push rules.mk for the V2017 folder, fixed now.
U-LANDSRAAD\drashna [Sat, 16 Dec 2017 15:41:17 +0000 (07:41 -0800)]
Remove MIDI from Planck Rev5 to fix compile build size issue
Jack Humbert [Fri, 15 Dec 2017 19:06:45 +0000 (14:06 -0500)]
Update readme.md
Jack Humbert [Fri, 15 Dec 2017 19:06:29 +0000 (14:06 -0500)]
deletes the extra mechmini readme [doh]
root [Fri, 15 Dec 2017 18:51:37 +0000 (19:51 +0100)]
reforked master and added changes to 7u and 6u iso layouts
Budi Dharmawan [Fri, 15 Dec 2017 18:24:12 +0000 (02:24 +0800)]
[budi] tv44 arrow dvorak (#2151)
* [budi] tv44 arrow dvorak
* [tv44/budi] Removed qwerty, added readme
mechmerlin [Fri, 15 Dec 2017 16:34:23 +0000 (08:34 -0800)]
Found some broken links while looking up ARM keyboard support
Colin T.A. Gray [Thu, 14 Dec 2017 23:15:52 +0000 (16:15 -0700)]
add tests for action_layer.c and reset layer state after tests