qmk-firmware/users
Ajax b0a021c07a Made a userspace that allows you to use your keyboard as an order of operations based calculator (#2864)
* Made DZ60 layout with calculator

* Cleaned up and commented, preparing to fix bug with negative in front of open parenthesis as first character

* Fixed bug where negative sign infront of parenthesis as first character was parsed incorrectly

* Made a better solution for the bug from the previous commit

* Modularized and added a userfile so that this code can be used on various keyboards, found in doogle999

* Removed commented code from keymap

* Made the layer that is used for calculations a define so that it can be changed per keyboard

* Made the readme

* Made the readme in the correct place

* Revert "Made the readme in the correct place"

This reverts commit 7f8b59ed9e59c77401a48be3a7ac1e8fd8e84e32.

* Manually synced with qmk upstream

* Stopped repeat, made keys print character that they are defined as rather than what the keyboard wants them to do

* Added support for numpad, might make all keycodes custom so that there is no need to change doogle999.c if you want to change the keycode that is associated with a function, also made numpad automatically activating an option

* Fixed some bugs with backspacing, updated the readme

* Fixed some bugs with numlock turning on at the wrong times when a shift key was down

* Made the return to layer work automatically instead of just forcing it to layer 0

* fixes and style changes, 20% decreased binary size

* Fixed some bugs with double printing and compilation errors on my side

* Fixed bug with exceeding the buffer size

* Removed changes that added const-ness

* Made changes so that backspace does not repeat to remove backspace bugs, still some bugs with recalculating without having typed anything

* Fixed obo error with calc main loop

* Made includes more accurate in keymap for dz60

* Moved flags to user makefile
2018-10-23 12:44:48 -07:00
..
333fred Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04:00
_example Creates a userspace for keymaps (#1559) 2017-10-21 11:44:11 -10:00
arkag Keymap: Added Leader Key Functionality (#4025) 2018-09-29 17:51:06 -07:00
bbaserdem Userspace update for user bbaserdem (#3443) 2018-07-18 20:17:55 -07:00
bocaj Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04:00
dhertz Dhertz' keymaps (#3094) 2018-06-02 08:50:01 -07:00
doogle999 Made a userspace that allows you to use your keyboard as an order of operations based calculator (#2864) 2018-10-23 12:44:48 -07:00
drashna Update to drashna keymaps and userspace - RGB edition (#4143) 2018-10-15 15:34:49 -04:00
dudeofawesome layout(preonic): update to dudeofawesome's layout (#2507) 2018-03-16 16:22:33 -04:00
edvorakjp Add edvorakjp keymap for the Helix (rev2) keyboard (#3340) 2018-07-08 05:11:02 -07:00
ericgebhart Keyboard that works on Qwerty or Bepo OS keyboards. (#3149) 2018-06-08 10:06:25 -07:00
gordon Updates to gordon keymaps (#3082) 2018-05-30 08:10:22 -07:00
ishtob Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04:00
jackhumbert Creates a userspace for keymaps (#1559) 2017-10-21 11:44:11 -10:00
jarred Keymap: Adding my DZ60, Satan, XD75 kemaps and updates to userspace (#4039) 2018-10-02 08:14:37 -07:00
kuatsure Add kuatsure map to preonic board (#3087) 2018-05-30 14:49:20 -07:00
losinggeneration Add Contra layout & cleanup a few things (#2998) 2018-05-18 13:58:23 -07:00
mechmerlin Keymap: Merlin Learns to QMK (#3820) 2018-08-31 14:49:18 -07:00
mtdjr Keymap: mtdjr userspace changes and Nyquist keymap addition (#3940) 2018-09-26 12:23:30 -07:00
not-quite-neo Not quite neo (#2318) 2018-02-02 01:21:41 -05:00
replicaJunction Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04:00
romus Keymap: add new keymap (#4127) 2018-10-22 11:54:31 -07:00
sigma Keymap: add sun_usb keymap for sigma (#4138) 2018-10-15 10:49:51 -07:00
spacebarracecar Keymap: Updates to personal userspace and keymaps (#4206) 2018-10-22 13:23:22 -07:00
talljoe Keymap: Talljoe's keymap for oddball keyboards (#3910) 2018-09-19 16:13:58 -07:00
turbomech added ALU84 keyboard and TurboMech user space (#2206) 2017-12-31 22:39:34 -05:00
wanleg Big Switch and 5x5 edits (#4168) 2018-10-19 11:01:40 -07:00
xtonhasvim Keymap: Fix missing braces around initializer error on older gcc (#3840) 2018-09-03 16:55:06 -07:00
zer09 Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04:00
readme.md Creates a userspace for keymaps (#1559) 2017-10-21 11:44:11 -10:00

readme.md

User space

This is a place for users to put code that they might use between keyboards. If you build the keymap mine, /users/mine/rules.mk will be included in your build, and /users/mine/ will be in your path - keep these things in mind when naming your files and referencing them from other places.