aboutsummaryrefslogtreecommitdiffstats
path: root/package/6to4
Commit message (Expand)AuthorAgeFilesLines
* 6to4: set the tunnel remote endpoint to any, put the gateway in the route ins...Felix Fietkau2012-03-151-2/+1
* 6to4: add netifd supportFelix Fietkau2012-03-155-134/+411
* 6to4: fix lifetime options (#9147)Jo-Philipp Wich2011-09-132-3/+3
* 6to4: provide "adv_preferred_lifetime" and "adv_valid_lifetime" options to co...Jo-Philipp Wich2011-07-172-5/+12
* 6in4, 6to4: prevent starting the tunnel if kmod-sit is not yet loaded (#9643)Jo-Philipp Wich2011-07-052-1/+6
* 6to4: advertise effective tunnel mtu in RAsJo-Philipp Wich2011-06-122-6/+7
* 6to4: don't start if detected local IPv4 address is RFC1918, allows people to...Jo-Philipp Wich2011-06-122-2/+16
* Deployment of IPv6 has opened up many more prefixes than just the 2000::/3 sp...Travis Kemen2011-05-081-2/+2
* 6to4: support multiple internal networks, use state vars for radvd configJo-Philipp Wich2010-12-022-54/+115
* 6to4: implement metric optionJo-Philipp Wich2010-11-172-2/+5
* 6to4: use revert instead of delete, avoids aggregating deltas in /tmp/.uci ov...Jo-Philipp Wich2010-11-151-4/+4
* 6to4: remove leftover peeraddr stuffJo-Philipp Wich2010-11-151-3/+0
* add 6to4 - provides full automatic 6to setup with optional configuration in /...Jo-Philipp Wich2010-11-143-0/+263
: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* Copyright 2018 MechMerlin
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
#ifndef MEME_H
#define MEME_H

#include "quantum.h"

#define LAYOUT_spicy( \
    K00, K10, K01, K11, K02, K12, K03, K13, K04, K14, K05, K15, K06, K16, K07, K17, \
    K20, K30, K21, K31, K22, K32, K23, K33, K24, K34, K25, K35, K26, K36,      K37, \
    K40, K50, K41, K51, K42, K52, K43, K53, K44, K54, K45, K55,      K56,      K57, \
    K60, K70, K61, K71, K62, K72, K63, K73, K64, K74, K65,           K76, K67, K77, \
    K80, K90, K81,           K92,                     K85, K95, K86, K96, K87, K97 \
)\
{\
  {K00, K01,   K02,   K03,   K04,   K05,   K06,   K07}, \
  {K10, K11,   K12,   K13,   K14,   K15,   K16,   K17}, \
  {K20, K21,   K22,   K23,   K24,   K25,   K26,   KC_NO}, \
  {K30, K31,   K32,   K33,   K34,   K35,   K36,   K37}, \
  {K40, K41,   K42,   K43,   K44,   K45,   KC_NO, KC_NO}, \
  {K50, K51,   K52,   K53,   K54,   K55,   K56,   K57}, \
  {K60, K61,   K62,   K63,   K64,   K65,   KC_NO, K67}, \
  {K70, K71,   K72,   K73,   K74,   KC_NO, K76,   K77}, \
  {K80, K81,   KC_NO, KC_NO, KC_NO, K85,   K86,   K87}, \
  {K90, KC_NO, K92,   KC_NO, KC_NO, K95,   K96,   K97}, \
}

#define LAYOUT_normie( \
    K00, K10, K01, K11, K02, K12, K03, K13, K04, K14, K05, K15, K06,      K07, K17, \
    K20, K30, K21, K31, K22, K32, K23, K33, K24, K34, K25, K35, K26, K36,      K37, \
    K40, K50, K41, K51, K42, K52, K43, K53, K44, K54, K45, K55,      K56,      K57, \
    K60, K70, K61, K71, K62, K72, K63, K73, K64, K74, K65,           K76, K67, K77, \
    K80, K90, K81,           K92,                     K85, K95, K86, K96, K87, K97 \
)\
{\
  {K00, K01,   K02,   K03,   K04,   K05,   K06,   K07}, \
  {K10, K11,   K12,   K13,   K14,   K15,   KC_NO, K17}, \
  {K20, K21,   K22,   K23,   K24,   K25,   K26,   KC_NO}, \
  {K30, K31,   K32,   K33,   K34,   K35,   K36,   K37}, \
  {K40, K41,   K42,   K43,   K44,   K45,   KC_NO, KC_NO}, \
  {K50, K51,   K52,   K53,   K54,   K55,   K56,   K57}, \
  {K60, K61,   K62,   K63,   K64,   K65,   KC_NO, K67}, \
  {K70, K71,   K72,   K73,   K74,   KC_NO, K76,   K77}, \
  {K80, K81,   KC_NO, KC_NO, KC_NO, K85,   K86,   K87}, \
  {K90, KC_NO, K92,   KC_NO, KC_NO, K95,   K96,   K97}, \
}

#define LAYOUT_dank( \
    K00, K10, K01, K11, K02, K12, K03, K13, K04, K14, K05, K15, K06,      K07, K17, \
    K20, K30, K21, K31, K22, K32, K23, K33, K24, K34, K25, K35, K26, K36,      K37, \
    K40, K50, K41, K51, K42, K52, K43, K53, K44, K54, K45, K55,      K56,      K57, \
    K60, K70, K61, K71, K62, K72, K63, K73, K64, K74, K65,           K76, K67, K77, \
    K80, K90, K81,           K92,                     K85,      K86, K96, K87, K97 \
)\
{\
  {K00, K01,   K02,   K03,   K04,   K05,   K06,   K07}, \
  {K10, K11,   K12,   K13,   K14,   K15,   KC_NO, K17}, \
  {K20, K21,   K22,   K23,   K24,   K25,   K26,   KC_NO}, \
  {K30, K31,   K32,   K33,   K34,   K35,   K36,   K37}, \
  {K40, K41,   K42,   K43,   K44,   K45,   KC_NO, KC_NO}, \
  {K50, K51,   K52,   K53,   K54,   K55,   K56,   K57}, \
  {K60, K61,   K62,   K63,   K64,   K65,   KC_NO, K67}, \
  {K70, K71,   K72,   K73,   K74,   KC_NO, K76,   K77}, \
  {K80, K81,   KC_NO, KC_NO, KC_NO, K85,   K86,   K87}, \
  {K90, KC_NO, K92,   KC_NO, KC_NO, KC_NO, K96,   K97}, \
}

#define LAYOUT_meme( \
    K00, K10, K01, K11, K02, K12, K03, K13, K04, K14, K05, K15, K06, K16, K07, K17, \
    K20, K30, K21, K31, K22, K32, K23, K33, K24, K34, K25, K35, K26, K36,      K37, \
    K40, K50, K41, K51, K42, K52, K43, K53, K44, K54, K45, K55,      K56,      K57, \
    K60, K70, K61, K71, K62, K72, K63, K73, K64, K74, K65,           K76, K67, K77, \
    K80, K90, K81,           K92,                     K85,      K86, K96, K87, K97 \
)\
{\
  {K00, K01,   K02,   K03,   K04,   K05,   K06,   K07}, \
  {K10, K11,   K12,   K13,   K14,   K15,   K16,   K17}, \
  {K20, K21,   K22,   K23,   K24,   K25,   K26,   KC_NO}, \
  {K30, K31,   K32,   K33,   K34,   K35,   K36,   K37}, \
  {K40, K41,   K42,   K43,   K44,   K45,   KC_NO, KC_NO}, \
  {K50, K51,   K52,   K53,   K54,   K55,   K56,   K57}, \
  {K60, K61,   K62,   K63,   K64,   K65,   KC_NO, K67}, \
  {K70, K71,   K72,   K73,   K74,   KC_NO, K76,   K77}, \
  {K80, K81,   KC_NO, KC_NO, KC_NO, K85,   K86,   K87}, \
  {K90, KC_NO, K92,   KC_NO, KC_NO, KC_NO, K96,   K97}, \
}


#endif