diff options
author | Graham P Heath <graham.p.heath@gmail.com> | 2018-02-23 12:15:34 -0600 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-23 13:15:34 -0500 |
commit | f7461748744c1e3a5bae3b7a54d5b0d8439606e6 (patch) | |
tree | 2be896601415981f29b1c0fdc6a2b14165aaa713 /keyboards/meira/keymaps/grahampheath/rules.mk | |
parent | a8daf3ffba0606d3e80dc5f12d2da336305aed0d (diff) |
Graham's Keymaps. (#2422)
* add my config
* fix backlight, clean up that code
* group background code, restore static var
* qwerty is supposed to be in the middle
* wrap layer change backlight in ifdef
* backlight levels and some more 'emojis'.
* Restructure to make it possible to press cmd ent on the right side of the board with one hand.
* Expose the period through the number layer. Add Hyper keys to mouse layer
* reduce mouse speed
* add a : -P key
* Thumbs up and down, remove some keys that are duplicated via function keys, clean up
* fix build issues
* add various emoji
* duplicate default Meira keymaps
* Miera updates
* add documented but unmapped emoji
* Sound for the Meira, was stumped by a file size! Thanks drashna!
* add docs
* docs
* revert lib changes...
* clean up
* clean up
* remove make file
* Fixes missing key
Diffstat (limited to 'keyboards/meira/keymaps/grahampheath/rules.mk')
-rw-r--r-- | keyboards/meira/keymaps/grahampheath/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/meira/keymaps/grahampheath/rules.mk b/keyboards/meira/keymaps/grahampheath/rules.mk new file mode 100644 index 0000000000..8288530c9e --- /dev/null +++ b/keyboards/meira/keymaps/grahampheath/rules.mk @@ -0,0 +1,3 @@ +AUDIO_ENABLE = yes # Audio output on port C6 +EXTRAFLAGS+=-flto # -4-7k +MOUSEKEY_ENABLE = no # Mouse keys(-47kb) |