Add toggle option to AutoShift
Marked util/atmega32a_program.py as executable so that programming script works.
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
Unsign key argument in add_key_to_report
Added Ardakilic keymap for Tada68 (#2174)
* Added Ardakilic keymap
more key fixes
* power key instead of eject
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
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.
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
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.
Remove MIDI from Planck Rev5 to fix compile build size issue
deletes the extra mechmini readme [doh]
reforked master and added changes to 7u and 6u iso layouts
[budi] tv44 arrow dvorak (#2151)
* [budi] tv44 arrow dvorak
* [tv44/budi] Removed qwerty, added readme
Found some broken links while looking up ARM keyboard support
add tests for action_layer.c and reset layer state after tests
make 'layer_state_set' visible to user code