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
fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)
Duck Octagon V2 QMK Support (#2153)
* Initial commit for Octagon V2 Support
This is still basically just a copy of lightsaver support with
names changed.
* Port xauser keymap from: https://github.com/xauser/tmk_keyboard/blob/xauser/keyboard/octagon_v2/keymap_common.h
* Temporary default keymap just to get things compiling
* Modify config.h to have the right keyboard info
* Partial port of xauser matrix code for octagon v2
* Fix readme.md
1. Fix link to geekhack GB
2. Add microchips
3. Add appropriate attributions
* Fix PORTD
* Intermediate fix to get LEDs working
* Update BACKLIGHT_AREAS enum
* Port the following:
backlight_set
backlight_toggle_rgb
backlight_set_rgb
and resolve dependencies in header files
* Port backlight_update_state to led_set_kb
* Change copyright notice author to MechMerlin
* Remove Rasmus keymap
* Get a default keymap that actually does something and let's you reset.
* Convert keymap into KC_XXXX format.
* Better formatting of the default keymap to make it more readable
* Fix keymap
* Get that Fn key working!
* Some code cleanup and small refactor
* Fix keymap in octagon_v2.h
Christmas tree (#2105)
* 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.
Fix reset key in Iris default keymap
Initial K-Type support (#1963)
* Initial K-Type support
* Copy PJRC_TEENSY_3_1 to work around watchdog issues
* K-Type: Remove bootloader offset in rules.mk
* Ensure matrix and scan quantum functions are called when needed
This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4